7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/cloudfront/model/CachePolicyConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename CachePolicyConfigT = CachePolicyConfig>
45 void SetCachePolicyConfig(CachePolicyConfigT&& value) { m_cachePolicyConfigHasBeenSet =
true; m_cachePolicyConfig = std::forward<CachePolicyConfigT>(value); }
46 template<
typename CachePolicyConfigT = CachePolicyConfig>
58 template<
typename IdT = Aws::String>
59 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
60 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_cachePolicyConfigHasBeenSet =
false;
83 bool m_idHasBeenSet =
false;
86 bool m_ifMatchHasBeenSet =
false;
void SetIfMatch(IfMatchT &&value)
bool IfMatchHasBeenSet() const
const Aws::String & GetIfMatch() const
UpdateCachePolicy2020_05_31Request & WithId(IdT &&value)
UpdateCachePolicy2020_05_31Request & WithCachePolicyConfig(CachePolicyConfigT &&value)
void SetCachePolicyConfig(CachePolicyConfigT &&value)
bool IdHasBeenSet() const
bool CachePolicyConfigHasBeenSet() const
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateCachePolicy2020_05_31Request & WithIfMatch(IfMatchT &&value)
virtual const char * GetServiceRequestName() const override
const CachePolicyConfig & GetCachePolicyConfig() const
const Aws::String & GetId() const
AWS_CLOUDFRONT_API UpdateCachePolicy2020_05_31Request()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String