7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/finspace/Finspace_EXPORTS.h>
10#include <aws/finspace/model/IPAddressType.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));
62 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
64 m_securityGroupIdsHasBeenSet =
true;
65 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
67 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
72 template <
typename SecurityGroupIdsT = Aws::String>
74 m_securityGroupIdsHasBeenSet =
true;
75 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
87 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
89 m_subnetIdsHasBeenSet =
true;
90 m_subnetIds = std::forward<SubnetIdsT>(value);
92 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
97 template <
typename SubnetIdsT = Aws::String>
99 m_subnetIdsHasBeenSet =
true;
100 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
114 m_ipAddressTypeHasBeenSet =
true;
115 m_ipAddressType = value;
124 bool m_vpcIdHasBeenSet =
false;
127 bool m_securityGroupIdsHasBeenSet =
false;
130 bool m_subnetIdsHasBeenSet =
false;
133 bool m_ipAddressTypeHasBeenSet =
false;
AWS_FINSPACE_API VpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
VpcConfiguration & WithSubnetIds(SubnetIdsT &&value)
bool VpcIdHasBeenSet() const
void SetSubnetIds(SubnetIdsT &&value)
bool IpAddressTypeHasBeenSet() const
bool SubnetIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
VpcConfiguration & AddSecurityGroupIds(SecurityGroupIdsT &&value)
IPAddressType GetIpAddressType() const
void SetVpcId(VpcIdT &&value)
AWS_FINSPACE_API VpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVpcId() const
VpcConfiguration & WithVpcId(VpcIdT &&value)
VpcConfiguration & AddSubnetIds(SubnetIdsT &&value)
void SetIpAddressType(IPAddressType value)
AWS_FINSPACE_API VpcConfiguration()=default
VpcConfiguration & WithIpAddressType(IPAddressType value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
VpcConfiguration & WithSecurityGroupIds(SecurityGroupIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue