7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53/model/CidrCollectionChangeAction.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
51 inline void SetLocationName(
const char* value) { m_locationNameHasBeenSet =
true; m_locationName.assign(value); }
86 bool m_locationNameHasBeenSet =
false;
89 bool m_actionHasBeenSet =
false;
92 bool m_cidrListHasBeenSet =
false;
CidrCollectionChange & WithCidrList(const Aws::Vector< Aws::String > &value)
AWS_ROUTE53_API CidrCollectionChange(const Aws::Utils::Xml::XmlNode &xmlNode)
CidrCollectionChange & WithAction(const CidrCollectionChangeAction &value)
const CidrCollectionChangeAction & GetAction() const
const Aws::String & GetLocationName() const
void SetLocationName(const char *value)
CidrCollectionChange & WithCidrList(Aws::Vector< Aws::String > &&value)
void SetCidrList(const Aws::Vector< Aws::String > &value)
void SetLocationName(Aws::String &&value)
CidrCollectionChange & WithLocationName(Aws::String &&value)
bool ActionHasBeenSet() const
CidrCollectionChange & AddCidrList(const char *value)
AWS_ROUTE53_API CidrCollectionChange()
void SetLocationName(const Aws::String &value)
CidrCollectionChange & WithLocationName(const char *value)
CidrCollectionChange & WithLocationName(const Aws::String &value)
CidrCollectionChange & AddCidrList(Aws::String &&value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
CidrCollectionChange & AddCidrList(const Aws::String &value)
const Aws::Vector< Aws::String > & GetCidrList() const
void SetAction(const CidrCollectionChangeAction &value)
bool CidrListHasBeenSet() const
void SetCidrList(Aws::Vector< Aws::String > &&value)
AWS_ROUTE53_API CidrCollectionChange & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetAction(CidrCollectionChangeAction &&value)
CidrCollectionChange & WithAction(CidrCollectionChangeAction &&value)
bool LocationNameHasBeenSet() const
CidrCollectionChangeAction
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector