7#include <aws/cloudfront/CloudFrontRequest.h>
8#include <aws/cloudfront/CloudFront_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
69 template <
typename IdT = Aws::String>
71 m_idHasBeenSet =
true;
72 m_id = std::forward<IdT>(value);
74 template <
typename IdT = Aws::String>
76 SetId(std::forward<IdT>(value));
88 template <
typename IfMatchT = Aws::String>
90 m_ifMatchHasBeenSet =
true;
91 m_ifMatch = std::forward<IfMatchT>(value);
93 template <
typename IfMatchT = Aws::String>
103 bool m_idHasBeenSet =
false;
104 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