7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
67 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
73 bool m_customDnsServersHasBeenSet =
false;
76 bool m_enabledHasBeenSet =
false;
DnsServersOptionsModifyStructure & WithEnabled(bool value)
void SetCustomDnsServers(Aws::Vector< Aws::String > &&value)
AWS_EC2_API DnsServersOptionsModifyStructure & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DnsServersOptionsModifyStructure & AddCustomDnsServers(Aws::String &&value)
bool EnabledHasBeenSet() const
void SetCustomDnsServers(const Aws::Vector< Aws::String > &value)
bool CustomDnsServersHasBeenSet() const
const Aws::Vector< Aws::String > & GetCustomDnsServers() const
void SetEnabled(bool value)
DnsServersOptionsModifyStructure & AddCustomDnsServers(const char *value)
AWS_EC2_API DnsServersOptionsModifyStructure(const Aws::Utils::Xml::XmlNode &xmlNode)
DnsServersOptionsModifyStructure & WithCustomDnsServers(const Aws::Vector< Aws::String > &value)
AWS_EC2_API DnsServersOptionsModifyStructure()
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DnsServersOptionsModifyStructure & AddCustomDnsServers(const Aws::String &value)
DnsServersOptionsModifyStructure & WithCustomDnsServers(Aws::Vector< Aws::String > &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream