7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/cloudfront/model/DistributionConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DistributionConfigT = DistributionConfig>
48 void SetDistributionConfig(DistributionConfigT&& value) { m_distributionConfigHasBeenSet =
true; m_distributionConfig = std::forward<DistributionConfigT>(value); }
49 template<
typename DistributionConfigT = DistributionConfig>
59 template<
typename IdT = Aws::String>
60 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
61 template<
typename IdT = Aws::String>
72 template<
typename IfMatchT = Aws::String>
73 void SetIfMatch(IfMatchT&& value) { m_ifMatchHasBeenSet =
true; m_ifMatch = std::forward<IfMatchT>(value); }
74 template<
typename IfMatchT = Aws::String>
80 bool m_distributionConfigHasBeenSet =
false;
83 bool m_idHasBeenSet =
false;
86 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