7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
76 template<
typename StatusT = Aws::String>
77 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
78 template<
typename StatusT = Aws::String>
88 template<
typename ArnT = Aws::String>
89 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
90 template<
typename ArnT = Aws::String>
100 template<
typename AnycastIpsT = Aws::Vector<Aws::String>>
101 void SetAnycastIps(AnycastIpsT&& value) { m_anycastIpsHasBeenSet =
true; m_anycastIps = std::forward<AnycastIpsT>(value); }
102 template<
typename AnycastIpsT = Aws::Vector<Aws::String>>
104 template<
typename AnycastIpsT = Aws::String>
105 AnycastIpList&
AddAnycastIps(AnycastIpsT&& value) { m_anycastIpsHasBeenSet =
true; m_anycastIps.emplace_back(std::forward<AnycastIpsT>(value));
return *
this; }
114 inline void SetIpCount(
int value) { m_ipCountHasBeenSet =
true; m_ipCount = value; }
124 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
125 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
126 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
132 bool m_idHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
141 bool m_arnHasBeenSet =
false;
144 bool m_anycastIpsHasBeenSet =
false;
147 bool m_ipCountHasBeenSet =
false;
150 bool m_lastModifiedTimeHasBeenSet =
false;
AnycastIpList & AddAnycastIps(AnycastIpsT &&value)
AnycastIpList & WithName(NameT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetArn() const
bool AnycastIpsHasBeenSet() const
bool IdHasBeenSet() const
bool NameHasBeenSet() const
AWS_CLOUDFRONT_API AnycastIpList()=default
void SetStatus(StatusT &&value)
AnycastIpList & WithAnycastIps(AnycastIpsT &&value)
void SetArn(ArnT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) 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)
AnycastIpList & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetStatus() const
bool LastModifiedTimeHasBeenSet() const
const Aws::String & GetId() const
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