7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename StatusT = Aws::String>
79 m_statusHasBeenSet =
true;
80 m_status = std::forward<StatusT>(value);
82 template <
typename StatusT = Aws::String>
95 template <
typename CreatedTimeT = Aws::Utils::DateTime>
97 m_createdTimeHasBeenSet =
true;
98 m_createdTime = std::forward<CreatedTimeT>(value);
100 template <
typename CreatedTimeT = Aws::Utils::DateTime>
113 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
115 m_lastModifiedTimeHasBeenSet =
true;
116 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
118 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
131 template <
typename ArnT = Aws::String>
133 m_arnHasBeenSet =
true;
134 m_arn = std::forward<ArnT>(value);
136 template <
typename ArnT = Aws::String>
138 SetArn(std::forward<ArnT>(value));
150 template <
typename AccountIdT = Aws::String>
152 m_accountIdHasBeenSet =
true;
153 m_accountId = std::forward<AccountIdT>(value);
155 template <
typename AccountIdT = Aws::String>
168 template <
typename OriginEndpo
intArnT = Aws::String>
170 m_originEndpointArnHasBeenSet =
true;
171 m_originEndpointArn = std::forward<OriginEndpointArnT>(value);
173 template <
typename OriginEndpo
intArnT = Aws::String>
195 bool m_idHasBeenSet =
false;
196 bool m_nameHasBeenSet =
false;
197 bool m_statusHasBeenSet =
false;
198 bool m_createdTimeHasBeenSet =
false;
199 bool m_lastModifiedTimeHasBeenSet =
false;
200 bool m_arnHasBeenSet =
false;
201 bool m_accountIdHasBeenSet =
false;
202 bool m_originEndpointArnHasBeenSet =
false;
bool ArnHasBeenSet() const
void SetAccountId(AccountIdT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetCreatedTime(CreatedTimeT &&value)
VpcOriginSummary & WithArn(ArnT &&value)
void SetStatus(StatusT &&value)
VpcOriginSummary & WithName(NameT &&value)
bool OriginEndpointArnHasBeenSet() const
VpcOriginSummary & WithId(IdT &&value)
const Aws::String & GetOriginEndpointArn() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::String & GetArn() const
bool NameHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
void SetArn(ArnT &&value)
bool CreatedTimeHasBeenSet() const
VpcOriginSummary & WithAccountId(AccountIdT &&value)
const Aws::String & GetId() const
bool IdHasBeenSet() const
const Aws::String & GetStatus() const
VpcOriginSummary & WithStatus(StatusT &&value)
AWS_CLOUDFRONT_API VpcOriginSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API VpcOriginSummary()=default
const Aws::Utils::DateTime & GetCreatedTime() const
bool StatusHasBeenSet() const
VpcOriginSummary & WithOriginEndpointArn(OriginEndpointArnT &&value)
VpcOriginSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetName() const
void SetOriginEndpointArn(OriginEndpointArnT &&value)
VpcOriginSummary & WithCreatedTime(CreatedTimeT &&value)
bool AccountIdHasBeenSet() const
AWS_CLOUDFRONT_API VpcOriginSummary(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetName(NameT &&value)
const Aws::String & GetAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String