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>
61 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
68 bool m_classicLinkDnsSupported;
69 bool m_classicLinkDnsSupportedHasBeenSet =
false;
72 bool m_vpcIdHasBeenSet =
false;
AWS_EC2_API ClassicLinkDnsSupport(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetClassicLinkDnsSupported(bool value)
ClassicLinkDnsSupport & WithClassicLinkDnsSupported(bool value)
bool ClassicLinkDnsSupportedHasBeenSet() const
AWS_EC2_API ClassicLinkDnsSupport()
void SetVpcId(const Aws::String &value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool VpcIdHasBeenSet() const
ClassicLinkDnsSupport & WithVpcId(const Aws::String &value)
void SetVpcId(const char *value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ClassicLinkDnsSupport & WithVpcId(const char *value)
AWS_EC2_API ClassicLinkDnsSupport & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetVpcId() const
void SetVpcId(Aws::String &&value)
bool GetClassicLinkDnsSupported() const
ClassicLinkDnsSupport & WithVpcId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream