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 SetDhcpOptionsId(
const char* value) { m_dhcpOptionsIdHasBeenSet =
true; m_dhcpOptionsId.assign(value); }
157 bool m_dhcpOptionsIdHasBeenSet;
159 bool m_dhcpConfigurationsHasBeenSet;
161 bool m_tagsHasBeenSet;
void SetDhcpOptionsId(const char *value)
void SetTags(const Aws::Vector< Tag > &value)
DhcpOptions & AddDhcpConfigurations(const DhcpConfiguration &value)
DhcpOptions & WithDhcpOptionsId(const char *value)
void SetDhcpOptionsId(const Aws::String &value)
std::vector< T, Aws::Allocator< T > > Vector
DhcpOptions & AddDhcpConfigurations(DhcpConfiguration &&value)
DhcpOptions & WithDhcpConfigurations(const Aws::Vector< DhcpConfiguration > &value)
DhcpOptions & AddTags(const Tag &value)
DhcpOptions & WithDhcpConfigurations(Aws::Vector< DhcpConfiguration > &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
DhcpOptions & WithDhcpOptionsId(const Aws::String &value)
const Aws::String & GetDhcpOptionsId() const
const Aws::Vector< Tag > & GetTags() const
DhcpOptions & WithTags(const Aws::Vector< Tag > &value)
void SetTags(Aws::Vector< Tag > &&value)
DhcpOptions & WithTags(Aws::Vector< Tag > &&value)
DhcpOptions & AddTags(Tag &&value)
DhcpOptions & WithDhcpOptionsId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetDhcpOptionsId(Aws::String &&value)
void SetDhcpConfigurations(const Aws::Vector< DhcpConfiguration > &value)
void SetDhcpConfigurations(Aws::Vector< DhcpConfiguration > &&value)
const Aws::Vector< DhcpConfiguration > & GetDhcpConfigurations() const
JSON (JavaScript Object Notation).