7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/route53/Route53_EXPORTS.h>
10#include <aws/route53/model/CidrCollectionChangeAction.h>
43 template <
typename LocationNameT = Aws::String>
45 m_locationNameHasBeenSet =
true;
46 m_locationName = std::forward<LocationNameT>(value);
48 template <
typename LocationNameT = Aws::String>
62 m_actionHasBeenSet =
true;
77 template <
typename C
idrListT = Aws::Vector<Aws::String>>
79 m_cidrListHasBeenSet =
true;
80 m_cidrList = std::forward<CidrListT>(value);
82 template <
typename C
idrListT = Aws::Vector<Aws::String>>
87 template <
typename C
idrListT = Aws::String>
89 m_cidrListHasBeenSet =
true;
90 m_cidrList.emplace_back(std::forward<CidrListT>(value));
100 bool m_locationNameHasBeenSet =
false;
101 bool m_actionHasBeenSet =
false;
102 bool m_cidrListHasBeenSet =
false;
CidrCollectionChange & WithAction(CidrCollectionChangeAction value)
CidrCollectionChange & WithLocationName(LocationNameT &&value)
AWS_ROUTE53_API CidrCollectionChange(const Aws::Utils::Xml::XmlNode &xmlNode)
CidrCollectionChange & WithCidrList(CidrListT &&value)
const Aws::String & GetLocationName() const
bool ActionHasBeenSet() const
CidrCollectionChange & AddCidrList(CidrListT &&value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
CidrCollectionChangeAction GetAction() const
const Aws::Vector< Aws::String > & GetCidrList() const
void SetCidrList(CidrListT &&value)
void SetAction(CidrCollectionChangeAction value)
bool CidrListHasBeenSet() const
AWS_ROUTE53_API CidrCollectionChange & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ROUTE53_API CidrCollectionChange()=default
bool LocationNameHasBeenSet() const
void SetLocationName(LocationNameT &&value)
CidrCollectionChangeAction
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector