7#include <aws/cloudfront/CloudFrontRequest.h>
8#include <aws/cloudfront/CloudFront_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
58 template <
typename IfMatchT = Aws::String>
60 m_ifMatchHasBeenSet =
true;
61 m_ifMatch = std::forward<IfMatchT>(value);
63 template <
typename IfMatchT = Aws::String>
73 bool m_nameHasBeenSet =
false;
74 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