7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/PublicKey.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename PublicKeyT = PublicKey>
42 void SetPublicKey(PublicKeyT&& value) { m_publicKeyHasBeenSet =
true; m_publicKey = std::forward<PublicKeyT>(value); }
43 template<
typename PublicKeyT = PublicKey>
52 template<
typename ETagT = Aws::String>
53 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
54 template<
typename ETagT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_publicKeyHasBeenSet =
false;
72 bool m_eTagHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetETag() const
const Aws::String & GetRequestId() const
GetPublicKey2020_05_31Result & WithRequestId(RequestIdT &&value)
GetPublicKey2020_05_31Result & WithPublicKey(PublicKeyT &&value)
AWS_CLOUDFRONT_API GetPublicKey2020_05_31Result(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const PublicKey & GetPublicKey() const
void SetETag(ETagT &&value)
GetPublicKey2020_05_31Result & WithETag(ETagT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CLOUDFRONT_API GetPublicKey2020_05_31Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetPublicKey(PublicKeyT &&value)
AWS_CLOUDFRONT_API GetPublicKey2020_05_31Result()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument