7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mq/MQ_EXPORTS.h>
10#include <aws/mq/model/AuthenticationStrategy.h>
11#include <aws/mq/model/ConfigurationRevision.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
56 m_authenticationStrategyHasBeenSet =
true;
57 m_authenticationStrategy = value;
70 template <
typename CreatedT = Aws::Utils::DateTime>
72 m_createdHasBeenSet =
true;
73 m_created = std::forward<CreatedT>(value);
75 template <
typename CreatedT = Aws::Utils::DateTime>
87 template <
typename IdT = Aws::String>
89 m_idHasBeenSet =
true;
90 m_id = std::forward<IdT>(value);
92 template <
typename IdT = Aws::String>
94 SetId(std::forward<IdT>(value));
104 template <
typename LatestRevisionT = ConfigurationRevision>
106 m_latestRevisionHasBeenSet =
true;
107 m_latestRevision = std::forward<LatestRevisionT>(value);
109 template <
typename LatestRevisionT = ConfigurationRevision>
123 template <
typename NameT = Aws::String>
125 m_nameHasBeenSet =
true;
126 m_name = std::forward<NameT>(value);
128 template <
typename NameT = Aws::String>
130 SetName(std::forward<NameT>(value));
138 template <
typename RequestIdT = Aws::String>
140 m_requestIdHasBeenSet =
true;
141 m_requestId = std::forward<RequestIdT>(value);
143 template <
typename RequestIdT = Aws::String>
158 ConfigurationRevision m_latestRevision;
163 bool m_arnHasBeenSet =
false;
164 bool m_authenticationStrategyHasBeenSet =
false;
165 bool m_createdHasBeenSet =
false;
166 bool m_idHasBeenSet =
false;
167 bool m_latestRevisionHasBeenSet =
false;
168 bool m_nameHasBeenSet =
false;
169 bool m_requestIdHasBeenSet =
false;
CreateConfigurationResult & WithCreated(CreatedT &&value)
CreateConfigurationResult & WithRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
CreateConfigurationResult & WithArn(ArnT &&value)
void SetAuthenticationStrategy(AuthenticationStrategy value)
CreateConfigurationResult & WithAuthenticationStrategy(AuthenticationStrategy value)
const Aws::Utils::DateTime & GetCreated() const
const Aws::String & GetRequestId() const
const Aws::String & GetArn() const
void SetName(NameT &&value)
CreateConfigurationResult & WithLatestRevision(LatestRevisionT &&value)
AuthenticationStrategy GetAuthenticationStrategy() const
CreateConfigurationResult & WithName(NameT &&value)
AWS_MQ_API CreateConfigurationResult()=default
void SetCreated(CreatedT &&value)
void SetLatestRevision(LatestRevisionT &&value)
CreateConfigurationResult & WithId(IdT &&value)
const ConfigurationRevision & GetLatestRevision() const
AWS_MQ_API CreateConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetId() const
const Aws::String & GetName() const
AWS_MQ_API CreateConfigurationResult(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