7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
45 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
60 inline void SetIfMatch(
const char* value) { m_ifMatchHasBeenSet =
true; m_ifMatch.assign(value); }
68 bool m_idHasBeenSet =
false;
71 bool m_ifMatchHasBeenSet =
false;
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetIfMatch(const char *value)
DeletePublicKey2020_05_31Request & WithId(const char *value)
void SetIfMatch(Aws::String &&value)
bool IfMatchHasBeenSet() const
bool IdHasBeenSet() const
void SetIfMatch(const Aws::String &value)
const Aws::String & GetIfMatch() const
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
DeletePublicKey2020_05_31Request & WithId(const Aws::String &value)
DeletePublicKey2020_05_31Request & WithId(Aws::String &&value)
DeletePublicKey2020_05_31Request & WithIfMatch(Aws::String &&value)
AWS_CLOUDFRONT_API DeletePublicKey2020_05_31Request()
DeletePublicKey2020_05_31Request & WithIfMatch(const Aws::String &value)
const Aws::String & GetId() const
void SetId(Aws::String &&value)
void SetId(const char *value)
DeletePublicKey2020_05_31Request & WithIfMatch(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String