7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/IpSource.h>
11#include <aws/ec2/model/Ipv6AddressAttribute.h>
12#include <aws/ec2/model/VpcCidrBlockState.h>
46 template <
typename AssociationIdT = Aws::String>
48 m_associationIdHasBeenSet =
true;
49 m_associationId = std::forward<AssociationIdT>(value);
51 template <
typename AssociationIdT = Aws::String>
64 template <
typename Ipv6C
idrBlockT = Aws::String>
66 m_ipv6CidrBlockHasBeenSet =
true;
67 m_ipv6CidrBlock = std::forward<Ipv6CidrBlockT>(value);
69 template <
typename Ipv6C
idrBlockT = Aws::String>
82 template <
typename Ipv6C
idrBlockStateT = VpcC
idrBlockState>
84 m_ipv6CidrBlockStateHasBeenSet =
true;
85 m_ipv6CidrBlockState = std::forward<Ipv6CidrBlockStateT>(value);
87 template <
typename Ipv6C
idrBlockStateT = VpcC
idrBlockState>
102 template <
typename NetworkBorderGroupT = Aws::String>
104 m_networkBorderGroupHasBeenSet =
true;
105 m_networkBorderGroup = std::forward<NetworkBorderGroupT>(value);
107 template <
typename NetworkBorderGroupT = Aws::String>
121 template <
typename Ipv6PoolT = Aws::String>
123 m_ipv6PoolHasBeenSet =
true;
124 m_ipv6Pool = std::forward<Ipv6PoolT>(value);
126 template <
typename Ipv6PoolT = Aws::String>
142 m_ipv6AddressAttributeHasBeenSet =
true;
143 m_ipv6AddressAttribute = value;
161 m_ipSourceHasBeenSet =
true;
183 bool m_associationIdHasBeenSet =
false;
184 bool m_ipv6CidrBlockHasBeenSet =
false;
185 bool m_ipv6CidrBlockStateHasBeenSet =
false;
186 bool m_networkBorderGroupHasBeenSet =
false;
187 bool m_ipv6PoolHasBeenSet =
false;
188 bool m_ipv6AddressAttributeHasBeenSet =
false;
189 bool m_ipSourceHasBeenSet =
false;
void SetNetworkBorderGroup(NetworkBorderGroupT &&value)
bool AssociationIdHasBeenSet() const
void SetAssociationId(AssociationIdT &&value)
VpcIpv6CidrBlockAssociation & WithIpSource(IpSource value)
IpSource GetIpSource() const
void SetIpSource(IpSource value)
AWS_EC2_API VpcIpv6CidrBlockAssociation()=default
VpcIpv6CidrBlockAssociation & WithIpv6CidrBlock(Ipv6CidrBlockT &&value)
VpcIpv6CidrBlockAssociation & WithIpv6CidrBlockState(Ipv6CidrBlockStateT &&value)
const VpcCidrBlockState & GetIpv6CidrBlockState() const
void SetIpv6AddressAttribute(Ipv6AddressAttribute value)
const Aws::String & GetNetworkBorderGroup() const
const Aws::String & GetAssociationId() const
void SetIpv6CidrBlock(Ipv6CidrBlockT &&value)
const Aws::String & GetIpv6CidrBlock() const
AWS_EC2_API VpcIpv6CidrBlockAssociation(const Aws::Utils::Xml::XmlNode &xmlNode)
bool Ipv6AddressAttributeHasBeenSet() const
VpcIpv6CidrBlockAssociation & WithIpv6Pool(Ipv6PoolT &&value)
AWS_EC2_API VpcIpv6CidrBlockAssociation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetIpv6CidrBlockState(Ipv6CidrBlockStateT &&value)
bool NetworkBorderGroupHasBeenSet() const
VpcIpv6CidrBlockAssociation & WithIpv6AddressAttribute(Ipv6AddressAttribute value)
VpcIpv6CidrBlockAssociation & WithAssociationId(AssociationIdT &&value)
const Aws::String & GetIpv6Pool() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetIpv6Pool(Ipv6PoolT &&value)
Ipv6AddressAttribute GetIpv6AddressAttribute() const
VpcIpv6CidrBlockAssociation & WithNetworkBorderGroup(NetworkBorderGroupT &&value)
bool IpSourceHasBeenSet() const
bool Ipv6CidrBlockStateHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool Ipv6CidrBlockHasBeenSet() const
bool Ipv6PoolHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream