7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
74 template<
typename StatusT = Aws::String>
75 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
76 template<
typename StatusT = Aws::String>
86 template<
typename ArnT = Aws::String>
87 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
88 template<
typename ArnT = Aws::String>
98 inline void SetIpCount(
int value) { m_ipCountHasBeenSet =
true; m_ipCount = value; }
108 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
109 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
110 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
116 bool m_idHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
122 bool m_statusHasBeenSet =
false;
125 bool m_arnHasBeenSet =
false;
128 bool m_ipCountHasBeenSet =
false;
131 bool m_lastModifiedTimeHasBeenSet =
false;
AnycastIpListSummary & WithId(IdT &&value)
void SetIpCount(int value)
AnycastIpListSummary & WithStatus(StatusT &&value)
AnycastIpListSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetArn() const
AWS_CLOUDFRONT_API AnycastIpListSummary(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
bool ArnHasBeenSet() const
AnycastIpListSummary & WithName(NameT &&value)
bool LastModifiedTimeHasBeenSet() const
AnycastIpListSummary & WithIpCount(int value)
void SetStatus(StatusT &&value)
void SetName(NameT &&value)
AnycastIpListSummary & WithArn(ArnT &&value)
const Aws::String & GetStatus() const
AWS_CLOUDFRONT_API AnycastIpListSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetArn(ArnT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool NameHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool IdHasBeenSet() const
bool IpCountHasBeenSet() const
const Aws::String & GetId() const
AWS_CLOUDFRONT_API AnycastIpListSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String