7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/Distribution.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
33 template <
typename DistributionT = Distribution>
35 m_distributionHasBeenSet =
true;
36 m_distribution = std::forward<DistributionT>(value);
38 template <
typename DistributionT = Distribution>
50 template <
typename LocationT = Aws::String>
52 m_locationHasBeenSet =
true;
53 m_location = std::forward<LocationT>(value);
55 template <
typename LocationT = Aws::String>
68 template <
typename ETagT = Aws::String>
70 m_eTagHasBeenSet =
true;
71 m_eTag = std::forward<ETagT>(value);
73 template <
typename ETagT = Aws::String>
75 SetETag(std::forward<ETagT>(value));
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
102 bool m_distributionHasBeenSet =
false;
103 bool m_locationHasBeenSet =
false;
104 bool m_eTagHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetETag() const
CopyDistribution2020_05_31Result & WithETag(ETagT &&value)
AWS_CLOUDFRONT_API CopyDistribution2020_05_31Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetETag(ETagT &&value)
AWS_CLOUDFRONT_API CopyDistribution2020_05_31Result(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetLocation(LocationT &&value)
const Distribution & GetDistribution() const
CopyDistribution2020_05_31Result & WithLocation(LocationT &&value)
AWS_CLOUDFRONT_API CopyDistribution2020_05_31Result()=default
CopyDistribution2020_05_31Result & WithDistribution(DistributionT &&value)
CopyDistribution2020_05_31Result & WithRequestId(RequestIdT &&value)
const Aws::String & GetLocation() const
void SetDistribution(DistributionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument