7#include <aws/cloudfront/CloudFrontRequest.h>
8#include <aws/cloudfront/CloudFront_EXPORTS.h>
9#include <aws/cloudfront/model/DistributionConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename DistributionConfigT = DistributionConfig>
45 m_distributionConfigHasBeenSet =
true;
46 m_distributionConfig = std::forward<DistributionConfigT>(value);
48 template <
typename DistributionConfigT = DistributionConfig>
61 template <
typename IdT = Aws::String>
63 m_idHasBeenSet =
true;
64 m_id = std::forward<IdT>(value);
66 template <
typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
80 template <
typename IfMatchT = Aws::String>
82 m_ifMatchHasBeenSet =
true;
83 m_ifMatch = std::forward<IfMatchT>(value);
85 template <
typename IfMatchT = Aws::String>
97 bool m_distributionConfigHasBeenSet =
false;
98 bool m_idHasBeenSet =
false;
99 bool m_ifMatchHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
UpdateDistribution2020_05_31Request & WithIfMatch(IfMatchT &&value)
void SetDistributionConfig(DistributionConfigT &&value)
bool IfMatchHasBeenSet() const
const Aws::String & GetId() const
const Aws::String & GetIfMatch() const
UpdateDistribution2020_05_31Request & WithDistributionConfig(DistributionConfigT &&value)
bool DistributionConfigHasBeenSet() const
UpdateDistribution2020_05_31Request & WithId(IdT &&value)
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
const DistributionConfig & GetDistributionConfig() const
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool IdHasBeenSet() const
AWS_CLOUDFRONT_API UpdateDistribution2020_05_31Request()=default
void SetIfMatch(IfMatchT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String