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>
44 template<
typename PublicKeyConfigT = PublicKeyConfig>
45 void SetPublicKeyConfig(PublicKeyConfigT&& value) { m_publicKeyConfigHasBeenSet =
true; m_publicKeyConfig = std::forward<PublicKeyConfigT>(value); }
46 template<
typename PublicKeyConfigT = PublicKeyConfig>
56 template<
typename IdT = Aws::String>
57 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
58 template<
typename IdT = Aws::String>
69 template<
typename IfMatchT = Aws::String>
70 void SetIfMatch(IfMatchT&& value) { m_ifMatchHasBeenSet =
true; m_ifMatch = std::forward<IfMatchT>(value); }
71 template<
typename IfMatchT = Aws::String>
77 bool m_publicKeyConfigHasBeenSet =
false;
80 bool m_idHasBeenSet =
false;
83 bool m_ifMatchHasBeenSet =
false;
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CLOUDFRONT_API UpdatePublicKey2020_05_31Request()=default
const Aws::String & GetIfMatch() const
bool PublicKeyConfigHasBeenSet() const
UpdatePublicKey2020_05_31Request & WithIfMatch(IfMatchT &&value)
const PublicKeyConfig & GetPublicKeyConfig() const
bool IdHasBeenSet() const
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
void SetIfMatch(IfMatchT &&value)
const Aws::String & GetId() const
UpdatePublicKey2020_05_31Request & WithPublicKeyConfig(PublicKeyConfigT &&value)
virtual const char * GetServiceRequestName() const override
void SetPublicKeyConfig(PublicKeyConfigT &&value)
UpdatePublicKey2020_05_31Request & WithId(IdT &&value)
bool IfMatchHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String