7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/mediaconnect/model/Encryption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/mediaconnect/model/Protocol.h>
12#include <aws/mediaconnect/model/SetGatewayBridgeSourceRequest.h>
13#include <aws/mediaconnect/model/MediaStreamSourceConfigurationRequest.h>
67 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
83 inline void SetEntitlementArn(
const char* value) { m_entitlementArnHasBeenSet =
true; m_entitlementArn.assign(value); }
95 inline void SetIngestPort(
int value) { m_ingestPortHasBeenSet =
true; m_ingestPort = value; }
105 inline void SetMaxBitrate(
int value) { m_maxBitrateHasBeenSet =
true; m_maxBitrate = value; }
116 inline void SetMaxLatency(
int value) { m_maxLatencyHasBeenSet =
true; m_maxLatency = value; }
126 inline void SetMaxSyncBuffer(
int value) { m_maxSyncBufferHasBeenSet =
true; m_maxSyncBuffer = value; }
155 inline void SetMinLatency(
int value) { m_minLatencyHasBeenSet =
true; m_minLatency = value; }
167 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
192 inline void SetSenderControlPort(
int value) { m_senderControlPortHasBeenSet =
true; m_senderControlPort = value; }
205 inline void SetSenderIpAddress(
const char* value) { m_senderIpAddressHasBeenSet =
true; m_senderIpAddress.assign(value); }
219 inline void SetSourceListenerAddress(
const char* value) { m_sourceListenerAddressHasBeenSet =
true; m_sourceListenerAddress.assign(value); }
231 inline void SetSourceListenerPort(
int value) { m_sourceListenerPortHasBeenSet =
true; m_sourceListenerPort = value; }
244 inline void SetStreamId(
const char* value) { m_streamIdHasBeenSet =
true; m_streamId.assign(value); }
258 inline void SetVpcInterfaceName(
const char* value) { m_vpcInterfaceNameHasBeenSet =
true; m_vpcInterfaceName.assign(value); }
274 inline void SetWhitelistCidr(
const char* value) { m_whitelistCidrHasBeenSet =
true; m_whitelistCidr.assign(value); }
294 bool m_decryptionHasBeenSet =
false;
297 bool m_descriptionHasBeenSet =
false;
300 bool m_entitlementArnHasBeenSet =
false;
303 bool m_ingestPortHasBeenSet =
false;
306 bool m_maxBitrateHasBeenSet =
false;
309 bool m_maxLatencyHasBeenSet =
false;
312 bool m_maxSyncBufferHasBeenSet =
false;
315 bool m_mediaStreamSourceConfigurationsHasBeenSet =
false;
318 bool m_minLatencyHasBeenSet =
false;
321 bool m_nameHasBeenSet =
false;
324 bool m_protocolHasBeenSet =
false;
326 int m_senderControlPort;
327 bool m_senderControlPortHasBeenSet =
false;
330 bool m_senderIpAddressHasBeenSet =
false;
333 bool m_sourceListenerAddressHasBeenSet =
false;
335 int m_sourceListenerPort;
336 bool m_sourceListenerPortHasBeenSet =
false;
339 bool m_streamIdHasBeenSet =
false;
342 bool m_vpcInterfaceNameHasBeenSet =
false;
345 bool m_whitelistCidrHasBeenSet =
false;
348 bool m_gatewayBridgeSourceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue