7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/NetworkAccessType.h>
45 m_networkAccessTypeHasBeenSet =
true;
46 m_networkAccessType = value;
61 template <
typename VpcIdT = Aws::String>
63 m_vpcIdHasBeenSet =
true;
64 m_vpcId = std::forward<VpcIdT>(value);
66 template <
typename VpcIdT = Aws::String>
68 SetVpcId(std::forward<VpcIdT>(value));
80 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
82 m_subnetIdsHasBeenSet =
true;
83 m_subnetIds = std::forward<SubnetIdsT>(value);
85 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
90 template <
typename SubnetIdsT = Aws::String>
92 m_subnetIdsHasBeenSet =
true;
93 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
105 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
107 m_securityGroupIdsHasBeenSet =
true;
108 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
110 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
115 template <
typename SecurityGroupIdsT = Aws::String>
117 m_securityGroupIdsHasBeenSet =
true;
118 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
130 bool m_networkAccessTypeHasBeenSet =
false;
131 bool m_vpcIdHasBeenSet =
false;
132 bool m_subnetIdsHasBeenSet =
false;
133 bool m_securityGroupIdsHasBeenSet =
false;
NetworkConfig & WithSecurityGroupIds(SecurityGroupIdsT &&value)
NetworkAccessType GetNetworkAccessType() const
bool SubnetIdsHasBeenSet() const
NetworkConfig & WithSubnetIds(SubnetIdsT &&value)
bool NetworkAccessTypeHasBeenSet() const
bool SecurityGroupIdsHasBeenSet() const
AWS_DATAZONE_API NetworkConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
NetworkConfig & WithNetworkAccessType(NetworkAccessType value)
void SetNetworkAccessType(NetworkAccessType value)
const Aws::String & GetVpcId() const
NetworkConfig & AddSubnetIds(SubnetIdsT &&value)
void SetVpcId(VpcIdT &&value)
AWS_DATAZONE_API NetworkConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API NetworkConfig()=default
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSubnetIds(SubnetIdsT &&value)
bool VpcIdHasBeenSet() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
NetworkConfig & WithVpcId(VpcIdT &&value)
NetworkConfig & AddSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue