7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/cloudfront/model/VpcOriginEndpointConfig.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename ArnT = Aws::String>
61 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
62 template<
typename ArnT = Aws::String>
72 template<
typename StatusT = Aws::String>
73 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
74 template<
typename StatusT = Aws::String>
84 template<
typename CreatedTimeT = Aws::Utils::DateTime>
85 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
86 template<
typename CreatedTimeT = Aws::Utils::DateTime>
96 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
97 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
98 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
108 template<
typename VpcOriginEndpo
intConfigT = VpcOriginEndpo
intConfig>
109 void SetVpcOriginEndpointConfig(VpcOriginEndpointConfigT&& value) { m_vpcOriginEndpointConfigHasBeenSet =
true; m_vpcOriginEndpointConfig = std::forward<VpcOriginEndpointConfigT>(value); }
110 template<
typename VpcOriginEndpo
intConfigT = VpcOriginEndpo
intConfig>
116 bool m_idHasBeenSet =
false;
119 bool m_arnHasBeenSet =
false;
122 bool m_statusHasBeenSet =
false;
125 bool m_createdTimeHasBeenSet =
false;
128 bool m_lastModifiedTimeHasBeenSet =
false;
130 VpcOriginEndpointConfig m_vpcOriginEndpointConfig;
131 bool m_vpcOriginEndpointConfigHasBeenSet =
false;
void SetCreatedTime(CreatedTimeT &&value)
const VpcOriginEndpointConfig & GetVpcOriginEndpointConfig() 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
AWS_CLOUDFRONT_API VpcOrigin()=default
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 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