7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/finspace/model/IPAddressType.h>
49 template<
typename VpcIdT = Aws::String>
50 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
51 template<
typename VpcIdT = Aws::String>
62 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
63 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
64 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
66 template<
typename SecurityGroupIdsT = Aws::String>
67 VpcConfiguration&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
77 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
78 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
79 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
81 template<
typename SubnetIdsT = Aws::String>
82 VpcConfiguration&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
99 bool m_vpcIdHasBeenSet =
false;
102 bool m_securityGroupIdsHasBeenSet =
false;
105 bool m_subnetIdsHasBeenSet =
false;
108 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