7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
73 template<
typename IdT = Aws::String>
74 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
75 template<
typename IdT = Aws::String>
86 template<
typename IfMatchT = Aws::String>
87 void SetIfMatch(IfMatchT&& value) { m_ifMatchHasBeenSet =
true; m_ifMatch = std::forward<IfMatchT>(value); }
88 template<
typename IfMatchT = Aws::String>
94 bool m_idHasBeenSet =
false;
97 bool m_ifMatchHasBeenSet =
false;
AWS_CLOUDFRONT_API DeleteDistribution2020_05_31Request()=default
bool IfMatchHasBeenSet() const
const Aws::String & GetId() const
bool IdHasBeenSet() const
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
DeleteDistribution2020_05_31Request & WithIfMatch(IfMatchT &&value)
virtual const char * GetServiceRequestName() const override
void SetIfMatch(IfMatchT &&value)
const Aws::String & GetIfMatch() const
DeleteDistribution2020_05_31Request & WithId(IdT &&value)
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String