AWS SDK for C++

AWS SDK for C++ Version 1.11.758

Loading...
Searching...
No Matches
DescribeConfigurationRevisionResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mq/MQ_EXPORTS.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace MQ {
24namespace Model {
26 public:
30
32
35 inline const Aws::String& GetConfigurationId() const { return m_configurationId; }
36 template <typename ConfigurationIdT = Aws::String>
37 void SetConfigurationId(ConfigurationIdT&& value) {
38 m_configurationIdHasBeenSet = true;
39 m_configurationId = std::forward<ConfigurationIdT>(value);
40 }
41 template <typename ConfigurationIdT = Aws::String>
43 SetConfigurationId(std::forward<ConfigurationIdT>(value));
44 return *this;
45 }
47
49
52 inline const Aws::Utils::DateTime& GetCreated() const { return m_created; }
53 template <typename CreatedT = Aws::Utils::DateTime>
54 void SetCreated(CreatedT&& value) {
55 m_createdHasBeenSet = true;
56 m_created = std::forward<CreatedT>(value);
57 }
58 template <typename CreatedT = Aws::Utils::DateTime>
60 SetCreated(std::forward<CreatedT>(value));
61 return *this;
62 }
64
66
70 inline const Aws::String& GetData() const { return m_data; }
71 template <typename DataT = Aws::String>
72 void SetData(DataT&& value) {
73 m_dataHasBeenSet = true;
74 m_data = std::forward<DataT>(value);
75 }
76 template <typename DataT = Aws::String>
78 SetData(std::forward<DataT>(value));
79 return *this;
80 }
82
84
87 inline const Aws::String& GetDescription() const { return m_description; }
88 template <typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) {
90 m_descriptionHasBeenSet = true;
91 m_description = std::forward<DescriptionT>(value);
92 }
93 template <typename DescriptionT = Aws::String>
95 SetDescription(std::forward<DescriptionT>(value));
96 return *this;
97 }
99
101
102 inline const Aws::String& GetRequestId() const { return m_requestId; }
103 template <typename RequestIdT = Aws::String>
104 void SetRequestId(RequestIdT&& value) {
105 m_requestIdHasBeenSet = true;
106 m_requestId = std::forward<RequestIdT>(value);
107 }
108 template <typename RequestIdT = Aws::String>
110 SetRequestId(std::forward<RequestIdT>(value));
111 return *this;
112 }
114 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
115
116 private:
117 Aws::String m_configurationId;
118
119 Aws::Utils::DateTime m_created{};
120
121 Aws::String m_data;
122
123 Aws::String m_description;
124
125 Aws::String m_requestId;
126 Aws::Http::HttpResponseCode m_HttpResponseCode;
127 bool m_configurationIdHasBeenSet = false;
128 bool m_createdHasBeenSet = false;
129 bool m_dataHasBeenSet = false;
130 bool m_descriptionHasBeenSet = false;
131 bool m_requestIdHasBeenSet = false;
132};
133
134} // namespace Model
135} // namespace MQ
136} // namespace Aws
DescribeConfigurationRevisionResult & WithCreated(CreatedT &&value)
AWS_MQ_API DescribeConfigurationRevisionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeConfigurationRevisionResult & WithConfigurationId(ConfigurationIdT &&value)
DescribeConfigurationRevisionResult & WithRequestId(RequestIdT &&value)
DescribeConfigurationRevisionResult & WithDescription(DescriptionT &&value)
DescribeConfigurationRevisionResult & WithData(DataT &&value)
AWS_MQ_API DescribeConfigurationRevisionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue