7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9#include <aws/route53/model/VPCRegion.h>
33 AWS_ROUTE53_API
VPC() =
default;
46 m_vPCRegionHasBeenSet =
true;
59 template <
typename VPCIdT = Aws::String>
61 m_vPCIdHasBeenSet =
true;
62 m_vPCId = std::forward<VPCIdT>(value);
64 template <
typename VPCIdT = Aws::String>
66 SetVPCId(std::forward<VPCIdT>(value));
74 bool m_vPCRegionHasBeenSet =
false;
75 bool m_vPCIdHasBeenSet =
false;
bool VPCIdHasBeenSet() const
VPC & WithVPCRegion(VPCRegion value)
void SetVPCRegion(VPCRegion value)
VPCRegion GetVPCRegion() const
VPC & WithVPCId(VPCIdT &&value)
AWS_ROUTE53_API VPC()=default
const Aws::String & GetVPCId() const
void SetVPCId(VPCIdT &&value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_ROUTE53_API VPC(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ROUTE53_API VPC & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool VPCRegionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String