47 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
48 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
68 inline void SetInternetGatewayId(
const char* value) { m_internetGatewayIdHasBeenSet =
true; m_internetGatewayId.assign(value); }
157 bool m_internetGatewayIdHasBeenSet;
159 bool m_attachmentsHasBeenSet;
161 bool m_tagsHasBeenSet;
InternetGateway & AddAttachments(InternetGatewayAttachment &&value)
InternetGateway & WithTags(const Aws::Vector< Tag > &value)
InternetGateway & WithAttachments(const Aws::Vector< InternetGatewayAttachment > &value)
std::vector< T, Aws::Allocator< T > > Vector
void SetTags(const Aws::Vector< Tag > &value)
InternetGateway & WithInternetGatewayId(const Aws::String &value)
void SetInternetGatewayId(const Aws::String &value)
InternetGateway & AddAttachments(const InternetGatewayAttachment &value)
const Aws::Vector< Tag > & GetTags() const
InternetGateway & AddTags(Tag &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
InternetGateway & WithInternetGatewayId(const char *value)
void SetTags(Aws::Vector< Tag > &&value)
InternetGateway & WithInternetGatewayId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::Vector< InternetGatewayAttachment > & GetAttachments() const
InternetGateway & WithTags(Aws::Vector< Tag > &&value)
const Aws::String & GetInternetGatewayId() const
void SetAttachments(Aws::Vector< InternetGatewayAttachment > &&value)
InternetGateway & AddTags(const Tag &value)
void SetInternetGatewayId(Aws::String &&value)
void SetInternetGatewayId(const char *value)
InternetGateway & WithAttachments(Aws::Vector< InternetGatewayAttachment > &&value)
void SetAttachments(const Aws::Vector< InternetGatewayAttachment > &value)
JSON (JavaScript Object Notation).