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 NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
56 template<
typename IfMatchT = Aws::String>
57 void SetIfMatch(IfMatchT&& value) { m_ifMatchHasBeenSet =
true; m_ifMatch = std::forward<IfMatchT>(value); }
58 template<
typename IfMatchT = Aws::String>
64 bool m_nameHasBeenSet =
false;
67 bool m_ifMatchHasBeenSet =
false;
DeleteFunction2020_05_31Request & WithIfMatch(IfMatchT &&value)
void SetName(NameT &&value)
bool IfMatchHasBeenSet() const
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
DeleteFunction2020_05_31Request & WithName(NameT &&value)
AWS_CLOUDFRONT_API DeleteFunction2020_05_31Request()=default
virtual const char * GetServiceRequestName() const override
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NameHasBeenSet() const
const Aws::String & GetIfMatch() const
const Aws::String & GetName() const
void SetIfMatch(IfMatchT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String