7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
51 template<
typename VpcIdT = Aws::String>
52 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
53 template<
typename VpcIdT = Aws::String>
63 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
64 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
65 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
67 template<
typename SubnetIdsT = Aws::String>
68 VpcConfigOutput&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
77 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
78 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
79 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
81 template<
typename SecurityGroupIdsT = Aws::String>
82 VpcConfigOutput&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
98 bool m_vpcIdHasBeenSet =
false;
101 bool m_subnetIdsHasBeenSet =
false;
104 bool m_securityGroupIdsHasBeenSet =
false;
106 bool m_ipv6AllowedForDualStack{
false};
107 bool m_ipv6AllowedForDualStackHasBeenSet =
false;
bool GetIpv6AllowedForDualStack() const
AWS_SYNTHETICS_API VpcConfigOutput()=default
VpcConfigOutput & AddSubnetIds(SubnetIdsT &&value)
AWS_SYNTHETICS_API VpcConfigOutput(Aws::Utils::Json::JsonView jsonValue)
bool SubnetIdsHasBeenSet() const
VpcConfigOutput & WithIpv6AllowedForDualStack(bool value)
VpcConfigOutput & WithSecurityGroupIds(SecurityGroupIdsT &&value)
VpcConfigOutput & WithVpcId(VpcIdT &&value)
bool SecurityGroupIdsHasBeenSet() const
VpcConfigOutput & WithSubnetIds(SubnetIdsT &&value)
bool Ipv6AllowedForDualStackHasBeenSet() const
const Aws::String & GetVpcId() const
bool VpcIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
void SetSubnetIds(SubnetIdsT &&value)
AWS_SYNTHETICS_API VpcConfigOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
VpcConfigOutput & AddSecurityGroupIds(SecurityGroupIdsT &&value)
void SetIpv6AllowedForDualStack(bool value)
void SetVpcId(VpcIdT &&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