7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename IdT = Aws::String>
44 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
45 template<
typename IdT = Aws::String>
57 template<
typename IfMatchT = Aws::String>
58 void SetIfMatch(IfMatchT&& value) { m_ifMatchHasBeenSet =
true; m_ifMatch = std::forward<IfMatchT>(value); }
59 template<
typename IfMatchT = Aws::String>
65 bool m_idHasBeenSet =
false;
68 bool m_ifMatchHasBeenSet =
false;
AWS_CLOUDFRONT_API DeleteDistributionTenant2020_05_31Request()=default
DeleteDistributionTenant2020_05_31Request & WithIfMatch(IfMatchT &&value)
const Aws::String & GetIfMatch() const
const Aws::String & GetId() const
virtual const char * GetServiceRequestName() const override
bool IfMatchHasBeenSet() const
bool IdHasBeenSet() const
void SetIfMatch(IfMatchT &&value)
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteDistributionTenant2020_05_31Request & WithId(IdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String