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>
49 template<
typename LocationNameT = Aws::String>
50 void SetLocationName(LocationNameT&& value) { m_locationNameHasBeenSet =
true; m_locationName = std::forward<LocationNameT>(value); }
51 template<
typename LocationNameT = Aws::String>
71 template<
typename C
idrListT = Aws::Vector<Aws::String>>
72 void SetCidrList(CidrListT&& value) { m_cidrListHasBeenSet =
true; m_cidrList = std::forward<CidrListT>(value); }
73 template<
typename C
idrListT = Aws::Vector<Aws::String>>
75 template<
typename C
idrListT = Aws::String>
81 bool m_locationNameHasBeenSet =
false;
84 bool m_actionHasBeenSet =
false;
87 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