7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconnect/MediaConnectRequest.h>
10#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
11#include <aws/mediaconnect/model/GatewayNetwork.h>
16namespace MediaConnect {
42 template <
typename EgressC
idrBlocksT = Aws::Vector<Aws::String>>
44 m_egressCidrBlocksHasBeenSet =
true;
45 m_egressCidrBlocks = std::forward<EgressCidrBlocksT>(value);
47 template <
typename EgressC
idrBlocksT = Aws::Vector<Aws::String>>
52 template <
typename EgressC
idrBlocksT = Aws::String>
54 m_egressCidrBlocksHasBeenSet =
true;
55 m_egressCidrBlocks.emplace_back(std::forward<EgressCidrBlocksT>(value));
67 template <
typename NameT = Aws::String>
69 m_nameHasBeenSet =
true;
70 m_name = std::forward<NameT>(value);
72 template <
typename NameT = Aws::String>
74 SetName(std::forward<NameT>(value));
85 template <
typename NetworksT = Aws::Vector<GatewayNetwork>>
87 m_networksHasBeenSet =
true;
88 m_networks = std::forward<NetworksT>(value);
90 template <
typename NetworksT = Aws::Vector<GatewayNetwork>>
95 template <
typename NetworksT = GatewayNetwork>
97 m_networksHasBeenSet =
true;
98 m_networks.emplace_back(std::forward<NetworksT>(value));
108 bool m_egressCidrBlocksHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
110 bool m_networksHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector