7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mq/MQ_EXPORTS.h>
11#include <aws/mq/model/AuthenticationStrategy.h>
12#include <aws/mq/model/ConfigurationRevision.h>
13#include <aws/mq/model/EngineType.h>
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
65 m_authenticationStrategyHasBeenSet =
true;
66 m_authenticationStrategy = value;
80 template <
typename CreatedT = Aws::Utils::DateTime>
82 m_createdHasBeenSet =
true;
83 m_created = std::forward<CreatedT>(value);
85 template <
typename CreatedT = Aws::Utils::DateTime>
98 template <
typename DescriptionT = Aws::String>
100 m_descriptionHasBeenSet =
true;
101 m_description = std::forward<DescriptionT>(value);
103 template <
typename DescriptionT = Aws::String>
118 m_engineTypeHasBeenSet =
true;
119 m_engineType = value;
139 template <
typename EngineVersionT = Aws::String>
141 m_engineVersionHasBeenSet =
true;
142 m_engineVersion = std::forward<EngineVersionT>(value);
144 template <
typename EngineVersionT = Aws::String>
157 template <
typename IdT = Aws::String>
159 m_idHasBeenSet =
true;
160 m_id = std::forward<IdT>(value);
162 template <
typename IdT = Aws::String>
164 SetId(std::forward<IdT>(value));
175 template <
typename LatestRevisionT = ConfigurationRevision>
177 m_latestRevisionHasBeenSet =
true;
178 m_latestRevision = std::forward<LatestRevisionT>(value);
180 template <
typename LatestRevisionT = ConfigurationRevision>
195 template <
typename NameT = Aws::String>
197 m_nameHasBeenSet =
true;
198 m_name = std::forward<NameT>(value);
200 template <
typename NameT = Aws::String>
202 SetName(std::forward<NameT>(value));
213 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
215 m_tagsHasBeenSet =
true;
216 m_tags = std::forward<TagsT>(value);
218 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
220 SetTags(std::forward<TagsT>(value));
223 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
225 m_tagsHasBeenSet =
true;
226 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
245 ConfigurationRevision m_latestRevision;
250 bool m_arnHasBeenSet =
false;
251 bool m_authenticationStrategyHasBeenSet =
false;
252 bool m_createdHasBeenSet =
false;
253 bool m_descriptionHasBeenSet =
false;
254 bool m_engineTypeHasBeenSet =
false;
255 bool m_engineVersionHasBeenSet =
false;
256 bool m_idHasBeenSet =
false;
257 bool m_latestRevisionHasBeenSet =
false;
258 bool m_nameHasBeenSet =
false;
259 bool m_tagsHasBeenSet =
false;
Configuration & WithCreated(CreatedT &&value)
void SetEngineVersion(EngineVersionT &&value)
bool TagsHasBeenSet() const
bool IdHasBeenSet() const
AWS_MQ_API Configuration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetEngineType(EngineType value)
EngineType GetEngineType() const
AuthenticationStrategy GetAuthenticationStrategy() const
Configuration & WithEngineType(EngineType value)
void SetLatestRevision(LatestRevisionT &&value)
Configuration & WithAuthenticationStrategy(AuthenticationStrategy value)
const Aws::String & GetId() const
bool NameHasBeenSet() const
Configuration & WithArn(ArnT &&value)
AWS_MQ_API Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MQ_API Configuration()=default
bool LatestRevisionHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetCreated() const
Configuration & WithTags(TagsT &&value)
bool CreatedHasBeenSet() const
bool AuthenticationStrategyHasBeenSet() const
Configuration & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool DescriptionHasBeenSet() const
bool EngineTypeHasBeenSet() const
void SetArn(ArnT &&value)
void SetCreated(CreatedT &&value)
Configuration & WithId(IdT &&value)
const ConfigurationRevision & GetLatestRevision() const
Configuration & WithDescription(DescriptionT &&value)
const Aws::String & GetArn() const
void SetTags(TagsT &&value)
const Aws::String & GetEngineVersion() const
void SetAuthenticationStrategy(AuthenticationStrategy value)
Configuration & WithEngineVersion(EngineVersionT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
bool EngineVersionHasBeenSet() const
bool ArnHasBeenSet() const
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
Configuration & AddTags(TagsKeyT &&key, TagsValueT &&value)
Configuration & WithLatestRevision(LatestRevisionT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue