49 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
70 inline void SetVpnGatewayId(
const char* value) { m_vpnGatewayIdHasBeenSet =
true; m_vpnGatewayId.assign(value); }
95 inline void SetState(
const VpnState& value) { m_stateHasBeenSet =
true; m_state = value; }
159 inline void SetAvailabilityZone(
const char* value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone.assign(value); }
242 inline VpnGateway&
AddTags(
const Tag& value) { m_tagsHasBeenSet =
true; m_tags.push_back(value);
return *
this; }
251 bool m_vpnGatewayIdHasBeenSet;
253 bool m_stateHasBeenSet;
255 bool m_typeHasBeenSet;
257 bool m_availabilityZoneHasBeenSet;
259 bool m_vpcAttachmentsHasBeenSet;
261 bool m_tagsHasBeenSet;
const Aws::String & GetAvailabilityZone() const
VpnGateway & WithState(VpnState &&value)
const VpnState & GetState() const
const GatewayType & GetType() const
VpnGateway & WithVpnGatewayId(const Aws::String &value)
VpnGateway & WithType(GatewayType &&value)
void SetAvailabilityZone(const Aws::String &value)
std::vector< T, Aws::Allocator< T > > Vector
void SetState(VpnState &&value)
void SetAvailabilityZone(Aws::String &&value)
VpnGateway & WithState(const VpnState &value)
const Aws::String & GetVpnGatewayId() const
void SetVpnGatewayId(Aws::String &&value)
VpnGateway & WithAvailabilityZone(Aws::String &&value)
VpnGateway & WithTags(const Aws::Vector< Tag > &value)
VpnGateway & WithTags(Aws::Vector< Tag > &&value)
VpnGateway & WithAvailabilityZone(const char *value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetVpnGatewayId(const Aws::String &value)
VpnGateway & WithVpnGatewayId(const char *value)
void SetVpcAttachments(Aws::Vector< VpcAttachment > &&value)
VpnGateway & AddTags(const Tag &value)
void SetVpcAttachments(const Aws::Vector< VpcAttachment > &value)
void SetTags(const Aws::Vector< Tag > &value)
VpnGateway & WithVpcAttachments(const Aws::Vector< VpcAttachment > &value)
void SetAvailabilityZone(const char *value)
void SetState(const VpnState &value)
VpnGateway & AddVpcAttachments(const VpcAttachment &value)
const Aws::Vector< VpcAttachment > & GetVpcAttachments() const
void SetTags(Aws::Vector< Tag > &&value)
VpnGateway & AddTags(Tag &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetType(const GatewayType &value)
VpnGateway & WithVpcAttachments(Aws::Vector< VpcAttachment > &&value)
VpnGateway & AddVpcAttachments(VpcAttachment &&value)
VpnGateway & WithVpnGatewayId(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
void SetType(GatewayType &&value)
VpnGateway & WithType(const GatewayType &value)
VpnGateway & WithAvailabilityZone(const Aws::String &value)
JSON (JavaScript Object Notation).
void SetVpnGatewayId(const char *value)