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/ConnectionStatus.h>
43 template <
typename VpcIdT = Aws::String>
45 m_vpcIdHasBeenSet =
true;
46 m_vpcId = std::forward<VpcIdT>(value);
48 template <
typename VpcIdT = Aws::String>
50 SetVpcId(std::forward<VpcIdT>(value));
61 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
63 m_subnetIdsHasBeenSet =
true;
64 m_subnetIds = std::forward<SubnetIdsT>(value);
66 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
71 template <
typename SubnetIdsT = Aws::String>
73 m_subnetIdsHasBeenSet =
true;
74 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
86 m_statusHasBeenSet =
true;
101 template <
typename SecurityGroupIdT = Aws::String>
103 m_securityGroupIdHasBeenSet =
true;
104 m_securityGroupId = std::forward<SecurityGroupIdT>(value);
106 template <
typename SecurityGroupIdT = Aws::String>
120 template <
typename GlueConnectionNamesT = Aws::Vector<Aws::String>>
122 m_glueConnectionNamesHasBeenSet =
true;
123 m_glueConnectionNames = std::forward<GlueConnectionNamesT>(value);
125 template <
typename GlueConnectionNamesT = Aws::Vector<Aws::String>>
130 template <
typename GlueConnectionNamesT = Aws::String>
132 m_glueConnectionNamesHasBeenSet =
true;
133 m_glueConnectionNames.emplace_back(std::forward<GlueConnectionNamesT>(value));
147 bool m_vpcIdHasBeenSet =
false;
148 bool m_subnetIdsHasBeenSet =
false;
149 bool m_statusHasBeenSet =
false;
150 bool m_securityGroupIdHasBeenSet =
false;
151 bool m_glueConnectionNamesHasBeenSet =
false;
bool SubnetIdsHasBeenSet() const
AWS_DATAZONE_API VpcPropertiesOutput(Aws::Utils::Json::JsonView jsonValue)
VpcPropertiesOutput & WithStatus(ConnectionStatus value)
VpcPropertiesOutput & WithVpcId(VpcIdT &&value)
bool VpcIdHasBeenSet() const
AWS_DATAZONE_API VpcPropertiesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
VpcPropertiesOutput & AddGlueConnectionNames(GlueConnectionNamesT &&value)
AWS_DATAZONE_API VpcPropertiesOutput()=default
const Aws::Vector< Aws::String > & GetGlueConnectionNames() const
ConnectionStatus GetStatus() const
VpcPropertiesOutput & WithSubnetIds(SubnetIdsT &&value)
void SetGlueConnectionNames(GlueConnectionNamesT &&value)
void SetStatus(ConnectionStatus value)
void SetSubnetIds(SubnetIdsT &&value)
VpcPropertiesOutput & AddSubnetIds(SubnetIdsT &&value)
void SetSecurityGroupId(SecurityGroupIdT &&value)
bool GlueConnectionNamesHasBeenSet() const
const Aws::String & GetSecurityGroupId() const
VpcPropertiesOutput & WithGlueConnectionNames(GlueConnectionNamesT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
bool StatusHasBeenSet() const
VpcPropertiesOutput & WithSecurityGroupId(SecurityGroupIdT &&value)
bool SecurityGroupIdHasBeenSet() const
void SetVpcId(VpcIdT &&value)
const Aws::String & GetVpcId() 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