AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreatePublicKey2020_05_31Result.h
1
6#pragma once
7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/PublicKey.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace CloudFront
25{
26namespace Model
27{
29 {
30 public:
31 AWS_CLOUDFRONT_API CreatePublicKey2020_05_31Result();
34
35
37
40 inline const PublicKey& GetPublicKey() const{ return m_publicKey; }
41 inline void SetPublicKey(const PublicKey& value) { m_publicKey = value; }
42 inline void SetPublicKey(PublicKey&& value) { m_publicKey = std::move(value); }
43 inline CreatePublicKey2020_05_31Result& WithPublicKey(const PublicKey& value) { SetPublicKey(value); return *this;}
44 inline CreatePublicKey2020_05_31Result& WithPublicKey(PublicKey&& value) { SetPublicKey(std::move(value)); return *this;}
46
48
51 inline const Aws::String& GetLocation() const{ return m_location; }
52 inline void SetLocation(const Aws::String& value) { m_location = value; }
53 inline void SetLocation(Aws::String&& value) { m_location = std::move(value); }
54 inline void SetLocation(const char* value) { m_location.assign(value); }
55 inline CreatePublicKey2020_05_31Result& WithLocation(const Aws::String& value) { SetLocation(value); return *this;}
56 inline CreatePublicKey2020_05_31Result& WithLocation(Aws::String&& value) { SetLocation(std::move(value)); return *this;}
57 inline CreatePublicKey2020_05_31Result& WithLocation(const char* value) { SetLocation(value); return *this;}
59
61
64 inline const Aws::String& GetETag() const{ return m_eTag; }
65 inline void SetETag(const Aws::String& value) { m_eTag = value; }
66 inline void SetETag(Aws::String&& value) { m_eTag = std::move(value); }
67 inline void SetETag(const char* value) { m_eTag.assign(value); }
68 inline CreatePublicKey2020_05_31Result& WithETag(const Aws::String& value) { SetETag(value); return *this;}
69 inline CreatePublicKey2020_05_31Result& WithETag(Aws::String&& value) { SetETag(std::move(value)); return *this;}
70 inline CreatePublicKey2020_05_31Result& WithETag(const char* value) { SetETag(value); return *this;}
72
74
75 inline const Aws::String& GetRequestId() const{ return m_requestId; }
76 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
77 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
78 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
79 inline CreatePublicKey2020_05_31Result& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
80 inline CreatePublicKey2020_05_31Result& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
81 inline CreatePublicKey2020_05_31Result& WithRequestId(const char* value) { SetRequestId(value); return *this;}
83 private:
84
85 PublicKey m_publicKey;
86
87 Aws::String m_location;
88
89 Aws::String m_eTag;
90
91 Aws::String m_requestId;
92 };
93
94} // namespace Model
95} // namespace CloudFront
96} // namespace Aws
AWS_CLOUDFRONT_API CreatePublicKey2020_05_31Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreatePublicKey2020_05_31Result & WithRequestId(const Aws::String &value)
CreatePublicKey2020_05_31Result & WithLocation(Aws::String &&value)
CreatePublicKey2020_05_31Result & WithETag(const Aws::String &value)
CreatePublicKey2020_05_31Result & WithLocation(const Aws::String &value)
AWS_CLOUDFRONT_API CreatePublicKey2020_05_31Result(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreatePublicKey2020_05_31Result & WithETag(Aws::String &&value)
CreatePublicKey2020_05_31Result & WithETag(const char *value)
CreatePublicKey2020_05_31Result & WithRequestId(const char *value)
CreatePublicKey2020_05_31Result & WithRequestId(Aws::String &&value)
CreatePublicKey2020_05_31Result & WithLocation(const char *value)
CreatePublicKey2020_05_31Result & WithPublicKey(PublicKey &&value)
CreatePublicKey2020_05_31Result & WithPublicKey(const PublicKey &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument