7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mq/model/AuthenticationStrategy.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/mq/model/EngineType.h>
12#include <aws/mq/model/ConfigurationRevision.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
74 template<
typename CreatedT = Aws::Utils::DateTime>
75 void SetCreated(CreatedT&& value) { m_createdHasBeenSet =
true; m_created = std::forward<CreatedT>(value); }
76 template<
typename CreatedT = Aws::Utils::DateTime>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
115 template<
typename EngineVersionT = Aws::String>
116 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
117 template<
typename EngineVersionT = Aws::String>
127 template<
typename IdT = Aws::String>
128 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
129 template<
typename IdT = Aws::String>
139 template<
typename LatestRevisionT = ConfigurationRevision>
140 void SetLatestRevision(LatestRevisionT&& value) { m_latestRevisionHasBeenSet =
true; m_latestRevision = std::forward<LatestRevisionT>(value); }
141 template<
typename LatestRevisionT = ConfigurationRevision>
153 template<
typename NameT = Aws::String>
154 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
155 template<
typename NameT = Aws::String>
165 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
166 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
167 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
169 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
171 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
177 bool m_arnHasBeenSet =
false;
180 bool m_authenticationStrategyHasBeenSet =
false;
183 bool m_createdHasBeenSet =
false;
186 bool m_descriptionHasBeenSet =
false;
189 bool m_engineTypeHasBeenSet =
false;
192 bool m_engineVersionHasBeenSet =
false;
195 bool m_idHasBeenSet =
false;
197 ConfigurationRevision m_latestRevision;
198 bool m_latestRevisionHasBeenSet =
false;
201 bool m_nameHasBeenSet =
false;
204 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