7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/VpcOriginEndpointConfig.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename ArnT = Aws::String>
62 m_arnHasBeenSet =
true;
63 m_arn = std::forward<ArnT>(value);
65 template <
typename ArnT = Aws::String>
67 SetArn(std::forward<ArnT>(value));
79 template <
typename AccountIdT = Aws::String>
81 m_accountIdHasBeenSet =
true;
82 m_accountId = std::forward<AccountIdT>(value);
84 template <
typename AccountIdT = Aws::String>
97 template <
typename StatusT = Aws::String>
99 m_statusHasBeenSet =
true;
100 m_status = std::forward<StatusT>(value);
102 template <
typename StatusT = Aws::String>
115 template <
typename CreatedTimeT = Aws::Utils::DateTime>
117 m_createdTimeHasBeenSet =
true;
118 m_createdTime = std::forward<CreatedTimeT>(value);
120 template <
typename CreatedTimeT = Aws::Utils::DateTime>
133 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
135 m_lastModifiedTimeHasBeenSet =
true;
136 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
138 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
151 template <
typename VpcOriginEndpo
intConfigT = VpcOriginEndpo
intConfig>
153 m_vpcOriginEndpointConfigHasBeenSet =
true;
154 m_vpcOriginEndpointConfig = std::forward<VpcOriginEndpointConfigT>(value);
156 template <
typename VpcOriginEndpo
intConfigT = VpcOriginEndpo
intConfig>
175 VpcOriginEndpointConfig m_vpcOriginEndpointConfig;
176 bool m_idHasBeenSet =
false;
177 bool m_arnHasBeenSet =
false;
178 bool m_accountIdHasBeenSet =
false;
179 bool m_statusHasBeenSet =
false;
180 bool m_createdTimeHasBeenSet =
false;
181 bool m_lastModifiedTimeHasBeenSet =
false;
182 bool m_vpcOriginEndpointConfigHasBeenSet =
false;
void SetCreatedTime(CreatedTimeT &&value)
const VpcOriginEndpointConfig & GetVpcOriginEndpointConfig() const
const Aws::String & GetAccountId() const
void SetArn(ArnT &&value)
void SetVpcOriginEndpointConfig(VpcOriginEndpointConfigT &&value)
void SetStatus(StatusT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool CreatedTimeHasBeenSet() const
bool ArnHasBeenSet() const
bool IdHasBeenSet() const
VpcOrigin & WithAccountId(AccountIdT &&value)
AWS_CLOUDFRONT_API VpcOrigin()=default
void SetAccountId(AccountIdT &&value)
VpcOrigin & WithVpcOriginEndpointConfig(VpcOriginEndpointConfigT &&value)
VpcOrigin & WithArn(ArnT &&value)
AWS_CLOUDFRONT_API VpcOrigin & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API VpcOrigin(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetArn() const
bool VpcOriginEndpointConfigHasBeenSet() const
bool AccountIdHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
VpcOrigin & WithId(IdT &&value)
const Aws::String & GetId() const
VpcOrigin & WithLastModifiedTime(LastModifiedTimeT &&value)
VpcOrigin & WithCreatedTime(CreatedTimeT &&value)
VpcOrigin & WithStatus(StatusT &&value)
const Aws::String & GetStatus() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String