7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/VpcCidrBlockState.h>
52 inline void SetAssociationId(
const char* value) { m_associationIdHasBeenSet =
true; m_associationId.assign(value); }
66 inline void SetCidrBlock(
const char* value) { m_cidrBlockHasBeenSet =
true; m_cidrBlock.assign(value); }
86 bool m_associationIdHasBeenSet =
false;
89 bool m_cidrBlockHasBeenSet =
false;
92 bool m_cidrBlockStateHasBeenSet =
false;
VpcCidrBlockAssociation & WithCidrBlockState(VpcCidrBlockState &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetAssociationId(const Aws::String &value)
AWS_EC2_API VpcCidrBlockAssociation()
VpcCidrBlockAssociation & WithCidrBlock(Aws::String &&value)
AWS_EC2_API VpcCidrBlockAssociation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool AssociationIdHasBeenSet() const
void SetCidrBlockState(const VpcCidrBlockState &value)
void SetCidrBlock(Aws::String &&value)
VpcCidrBlockAssociation & WithAssociationId(const char *value)
const Aws::String & GetCidrBlock() const
void SetAssociationId(Aws::String &&value)
bool CidrBlockHasBeenSet() const
void SetCidrBlockState(VpcCidrBlockState &&value)
void SetCidrBlock(const char *value)
AWS_EC2_API VpcCidrBlockAssociation(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetCidrBlock(const Aws::String &value)
VpcCidrBlockAssociation & WithAssociationId(Aws::String &&value)
const VpcCidrBlockState & GetCidrBlockState() const
VpcCidrBlockAssociation & WithAssociationId(const Aws::String &value)
bool CidrBlockStateHasBeenSet() const
VpcCidrBlockAssociation & WithCidrBlock(const Aws::String &value)
VpcCidrBlockAssociation & WithCidrBlockState(const VpcCidrBlockState &value)
const Aws::String & GetAssociationId() const
VpcCidrBlockAssociation & WithCidrBlock(const char *value)
void SetAssociationId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream