7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/mq/model/ConfigurationRevision.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/mq/model/SanitizationWarning.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename ArnT = Aws::String>
45 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
46 template<
typename ArnT = Aws::String>
55 template<
typename CreatedT = Aws::Utils::DateTime>
56 void SetCreated(CreatedT&& value) { m_createdHasBeenSet =
true; m_created = std::forward<CreatedT>(value); }
57 template<
typename CreatedT = Aws::Utils::DateTime>
66 template<
typename IdT = Aws::String>
67 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
68 template<
typename IdT = Aws::String>
77 template<
typename LatestRevisionT = ConfigurationRevision>
78 void SetLatestRevision(LatestRevisionT&& value) { m_latestRevisionHasBeenSet =
true; m_latestRevision = std::forward<LatestRevisionT>(value); }
79 template<
typename LatestRevisionT = ConfigurationRevision>
90 template<
typename NameT = Aws::String>
91 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
92 template<
typename NameT = Aws::String>
102 template<
typename WarningsT = Aws::Vector<SanitizationWarning>>
103 void SetWarnings(WarningsT&& value) { m_warningsHasBeenSet =
true; m_warnings = std::forward<WarningsT>(value); }
104 template<
typename WarningsT = Aws::Vector<SanitizationWarning>>
106 template<
typename WarningsT = SanitizationWarning>
113 template<
typename RequestIdT = Aws::String>
114 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
115 template<
typename RequestIdT = Aws::String>
121 bool m_arnHasBeenSet =
false;
124 bool m_createdHasBeenSet =
false;
127 bool m_idHasBeenSet =
false;
129 ConfigurationRevision m_latestRevision;
130 bool m_latestRevisionHasBeenSet =
false;
133 bool m_nameHasBeenSet =
false;
136 bool m_warningsHasBeenSet =
false;
139 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