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>
59 template<
typename VpcIdT = Aws::String>
60 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
61 template<
typename VpcIdT = Aws::String>
66 bool m_classicLinkDnsSupported{
false};
67 bool m_classicLinkDnsSupportedHasBeenSet =
false;
70 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 void OutputToStream(Aws::OStream &oStream, const char *location) const
bool VpcIdHasBeenSet() const
AWS_EC2_API ClassicLinkDnsSupport()=default
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API ClassicLinkDnsSupport & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetVpcId() const
bool GetClassicLinkDnsSupported() const
ClassicLinkDnsSupport & WithVpcId(VpcIdT &&value)
void SetVpcId(VpcIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream