7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/cloudfront/model/PublicKeyConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
57 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
58 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
73 inline void SetIfMatch(
const char* value) { m_ifMatchHasBeenSet =
true; m_ifMatch.assign(value); }
81 bool m_publicKeyConfigHasBeenSet =
false;
84 bool m_idHasBeenSet =
false;
87 bool m_ifMatchHasBeenSet =
false;
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdatePublicKey2020_05_31Request & WithPublicKeyConfig(const PublicKeyConfig &value)
const Aws::String & GetIfMatch() const
bool PublicKeyConfigHasBeenSet() const
void SetIfMatch(Aws::String &&value)
UpdatePublicKey2020_05_31Request & WithId(Aws::String &&value)
const PublicKeyConfig & GetPublicKeyConfig() const
void SetPublicKeyConfig(PublicKeyConfig &&value)
bool IdHasBeenSet() const
void SetId(const char *value)
AWS_CLOUDFRONT_API UpdatePublicKey2020_05_31Request()
UpdatePublicKey2020_05_31Request & WithIfMatch(const Aws::String &value)
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
UpdatePublicKey2020_05_31Request & WithIfMatch(const char *value)
const Aws::String & GetId() const
virtual const char * GetServiceRequestName() const override
void SetId(const Aws::String &value)
UpdatePublicKey2020_05_31Request & WithId(const char *value)
UpdatePublicKey2020_05_31Request & WithIfMatch(Aws::String &&value)
void SetPublicKeyConfig(const PublicKeyConfig &value)
void SetIfMatch(const Aws::String &value)
UpdatePublicKey2020_05_31Request & WithPublicKeyConfig(PublicKeyConfig &&value)
UpdatePublicKey2020_05_31Request & WithId(const Aws::String &value)
void SetId(Aws::String &&value)
void SetIfMatch(const char *value)
bool IfMatchHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String