7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/mediaconnect/MediaConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/mediaconnect/model/GatewayNetwork.h>
46 template<
typename EgressC
idrBlocksT = Aws::Vector<Aws::String>>
47 void SetEgressCidrBlocks(EgressCidrBlocksT&& value) { m_egressCidrBlocksHasBeenSet =
true; m_egressCidrBlocks = std::forward<EgressCidrBlocksT>(value); }
48 template<
typename EgressC
idrBlocksT = Aws::Vector<Aws::String>>
50 template<
typename EgressC
idrBlocksT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename NetworksT = Aws::Vector<GatewayNetwork>>
74 void SetNetworks(NetworksT&& value) { m_networksHasBeenSet =
true; m_networks = std::forward<NetworksT>(value); }
75 template<
typename NetworksT = Aws::Vector<GatewayNetwork>>
77 template<
typename NetworksT = GatewayNetwork>
83 bool m_egressCidrBlocksHasBeenSet =
false;
86 bool m_nameHasBeenSet =
false;
89 bool m_networksHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector