7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/medialive/model/InputRequestDestinationRoute.h>
51 inline void SetStreamName(
const char* value) { m_streamNameHasBeenSet =
true; m_streamName.assign(value); }
66 inline void SetNetwork(
const char* value) { m_networkHasBeenSet =
true; m_network.assign(value); }
98 inline void SetStaticIpAddress(
const char* value) { m_staticIpAddressHasBeenSet =
true; m_staticIpAddress.assign(value); }
106 bool m_streamNameHasBeenSet =
false;
109 bool m_networkHasBeenSet =
false;
112 bool m_networkRoutesHasBeenSet =
false;
115 bool m_staticIpAddressHasBeenSet =
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