7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/IpAddressType.h>
9#include <aws/cloudfront/model/IpamConfig.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
47 template <
typename IdT = Aws::String>
49 m_idHasBeenSet =
true;
50 m_id = std::forward<IdT>(value);
52 template <
typename IdT = Aws::String>
54 SetId(std::forward<IdT>(value));
65 template <
typename NameT = Aws::String>
67 m_nameHasBeenSet =
true;
68 m_name = std::forward<NameT>(value);
70 template <
typename NameT = Aws::String>
72 SetName(std::forward<NameT>(value));
84 template <
typename StatusT = Aws::String>
86 m_statusHasBeenSet =
true;
87 m_status = std::forward<StatusT>(value);
89 template <
typename StatusT = Aws::String>
102 template <
typename ArnT = Aws::String>
104 m_arnHasBeenSet =
true;
105 m_arn = std::forward<ArnT>(value);
107 template <
typename ArnT = Aws::String>
109 SetArn(std::forward<ArnT>(value));
121 m_ipAddressTypeHasBeenSet =
true;
122 m_ipAddressType = value;
137 template <
typename IpamConfigT = IpamConfig>
139 m_ipamConfigHasBeenSet =
true;
140 m_ipamConfig = std::forward<IpamConfigT>(value);
142 template <
typename IpamConfigT = IpamConfig>
155 template <
typename AnycastIpsT = Aws::Vector<Aws::String>>
157 m_anycastIpsHasBeenSet =
true;
158 m_anycastIps = std::forward<AnycastIpsT>(value);
160 template <
typename AnycastIpsT = Aws::Vector<Aws::String>>
165 template <
typename AnycastIpsT = Aws::String>
167 m_anycastIpsHasBeenSet =
true;
168 m_anycastIps.emplace_back(std::forward<AnycastIpsT>(value));
180 m_ipCountHasBeenSet =
true;
195 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
197 m_lastModifiedTimeHasBeenSet =
true;
198 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
200 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
217 IpamConfig m_ipamConfig;
224 bool m_idHasBeenSet =
false;
225 bool m_nameHasBeenSet =
false;
226 bool m_statusHasBeenSet =
false;
227 bool m_arnHasBeenSet =
false;
228 bool m_ipAddressTypeHasBeenSet =
false;
229 bool m_ipamConfigHasBeenSet =
false;
230 bool m_anycastIpsHasBeenSet =
false;
231 bool m_ipCountHasBeenSet =
false;
232 bool m_lastModifiedTimeHasBeenSet =
false;
AnycastIpList & AddAnycastIps(AnycastIpsT &&value)
AnycastIpList & WithName(NameT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetArn() const
const IpamConfig & GetIpamConfig() const
bool AnycastIpsHasBeenSet() const
AnycastIpList & WithIpamConfig(IpamConfigT &&value)
bool IdHasBeenSet() const
bool NameHasBeenSet() const
void SetIpAddressType(IpAddressType value)
AWS_CLOUDFRONT_API AnycastIpList()=default
void SetStatus(StatusT &&value)
AnycastIpList & WithAnycastIps(AnycastIpsT &&value)
IpAddressType GetIpAddressType() const
void SetArn(ArnT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool IpAddressTypeHasBeenSet() const
AnycastIpList & WithArn(ArnT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool StatusHasBeenSet() const
void SetIpCount(int value)
bool ArnHasBeenSet() const
AWS_CLOUDFRONT_API AnycastIpList(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
const Aws::Vector< Aws::String > & GetAnycastIps() const
bool IpCountHasBeenSet() const
void SetName(NameT &&value)
bool IpamConfigHasBeenSet() const
void SetIpamConfig(IpamConfigT &&value)
AnycastIpList & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetStatus() const
bool LastModifiedTimeHasBeenSet() const
const Aws::String & GetId() const
AnycastIpList & WithIpAddressType(IpAddressType value)
void SetAnycastIps(AnycastIpsT &&value)
AWS_CLOUDFRONT_API AnycastIpList & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AnycastIpList & WithId(IdT &&value)
AnycastIpList & WithStatus(StatusT &&value)
AnycastIpList & WithIpCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector