7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mq/MQ_EXPORTS.h>
11#include <aws/mq/model/ConfigurationRevision.h>
12#include <aws/mq/model/SanitizationWarning.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename ArnT = Aws::String>
40 m_arnHasBeenSet =
true;
41 m_arn = std::forward<ArnT>(value);
43 template <
typename ArnT = Aws::String>
45 SetArn(std::forward<ArnT>(value));
55 template <
typename CreatedT = Aws::Utils::DateTime>
57 m_createdHasBeenSet =
true;
58 m_created = std::forward<CreatedT>(value);
60 template <
typename CreatedT = Aws::Utils::DateTime>
72 template <
typename IdT = Aws::String>
74 m_idHasBeenSet =
true;
75 m_id = std::forward<IdT>(value);
77 template <
typename IdT = Aws::String>
79 SetId(std::forward<IdT>(value));
89 template <
typename LatestRevisionT = ConfigurationRevision>
91 m_latestRevisionHasBeenSet =
true;
92 m_latestRevision = std::forward<LatestRevisionT>(value);
94 template <
typename LatestRevisionT = ConfigurationRevision>
108 template <
typename NameT = Aws::String>
110 m_nameHasBeenSet =
true;
111 m_name = std::forward<NameT>(value);
113 template <
typename NameT = Aws::String>
115 SetName(std::forward<NameT>(value));
126 template <
typename WarningsT = Aws::Vector<SanitizationWarning>>
128 m_warningsHasBeenSet =
true;
129 m_warnings = std::forward<WarningsT>(value);
131 template <
typename WarningsT = Aws::Vector<SanitizationWarning>>
136 template <
typename WarningsT = SanitizationWarning>
138 m_warningsHasBeenSet =
true;
139 m_warnings.emplace_back(std::forward<WarningsT>(value));
147 template <
typename RequestIdT = Aws::String>
149 m_requestIdHasBeenSet =
true;
150 m_requestId = std::forward<RequestIdT>(value);
152 template <
typename RequestIdT = Aws::String>
165 ConfigurationRevision m_latestRevision;
172 bool m_arnHasBeenSet =
false;
173 bool m_createdHasBeenSet =
false;
174 bool m_idHasBeenSet =
false;
175 bool m_latestRevisionHasBeenSet =
false;
176 bool m_nameHasBeenSet =
false;
177 bool m_warningsHasBeenSet =
false;
178 bool m_requestIdHasBeenSet =
false;
void SetArn(ArnT &&value)
void SetLatestRevision(LatestRevisionT &&value)
const Aws::String & GetRequestId() const
UpdateConfigurationResult & WithCreated(CreatedT &&value)
const ConfigurationRevision & GetLatestRevision() const
UpdateConfigurationResult & WithId(IdT &&value)
UpdateConfigurationResult & AddWarnings(WarningsT &&value)
UpdateConfigurationResult & WithLatestRevision(LatestRevisionT &&value)
UpdateConfigurationResult & WithArn(ArnT &&value)
UpdateConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_MQ_API UpdateConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MQ_API UpdateConfigurationResult()=default
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
UpdateConfigurationResult & WithWarnings(WarningsT &&value)
void SetWarnings(WarningsT &&value)
const Aws::Vector< SanitizationWarning > & GetWarnings() const
UpdateConfigurationResult & WithName(NameT &&value)
const Aws::String & GetId() const
const Aws::String & GetName() const
AWS_MQ_API UpdateConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreated() const
void SetCreated(CreatedT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue