7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
60 inline void SetIfMatch(
const char* value) { m_ifMatchHasBeenSet =
true; m_ifMatch.assign(value); }
68 bool m_nameHasBeenSet =
false;
71 bool m_ifMatchHasBeenSet =
false;
bool IfMatchHasBeenSet() const
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
void SetName(const char *value)
DeleteFunction2020_05_31Request & WithName(const Aws::String &value)
DeleteFunction2020_05_31Request & WithIfMatch(const char *value)
void SetIfMatch(Aws::String &&value)
void SetIfMatch(const char *value)
void SetName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NameHasBeenSet() const
DeleteFunction2020_05_31Request & WithName(const char *value)
const Aws::String & GetIfMatch() const
DeleteFunction2020_05_31Request & WithIfMatch(const Aws::String &value)
DeleteFunction2020_05_31Request & WithIfMatch(Aws::String &&value)
void SetName(const Aws::String &value)
void SetIfMatch(const Aws::String &value)
const Aws::String & GetName() const
AWS_CLOUDFRONT_API DeleteFunction2020_05_31Request()
DeleteFunction2020_05_31Request & WithName(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String