7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mq/MQRequest.h>
10#include <aws/mq/MQ_EXPORTS.h>
11#include <aws/mq/model/AuthenticationStrategy.h>
12#include <aws/mq/model/EngineType.h>
47 m_authenticationStrategyHasBeenSet =
true;
48 m_authenticationStrategy = value;
64 m_engineTypeHasBeenSet =
true;
84 template <
typename EngineVersionT = Aws::String>
86 m_engineVersionHasBeenSet =
true;
87 m_engineVersion = std::forward<EngineVersionT>(value);
89 template <
typename EngineVersionT = Aws::String>
104 template <
typename NameT = Aws::String>
106 m_nameHasBeenSet =
true;
107 m_name = std::forward<NameT>(value);
109 template <
typename NameT = Aws::String>
111 SetName(std::forward<NameT>(value));
122 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
124 m_tagsHasBeenSet =
true;
125 m_tags = std::forward<TagsT>(value);
127 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 SetTags(std::forward<TagsT>(value));
132 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
134 m_tagsHasBeenSet =
true;
135 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
149 bool m_authenticationStrategyHasBeenSet =
false;
150 bool m_engineTypeHasBeenSet =
false;
151 bool m_engineVersionHasBeenSet =
false;
152 bool m_nameHasBeenSet =
false;
153 bool m_tagsHasBeenSet =
false;
void SetEngineType(EngineType value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_MQ_API Aws::String SerializePayload() const override
CreateConfigurationRequest & WithEngineVersion(EngineVersionT &&value)
bool AuthenticationStrategyHasBeenSet() const
CreateConfigurationRequest & WithAuthenticationStrategy(AuthenticationStrategy value)
void SetAuthenticationStrategy(AuthenticationStrategy value)
EngineType GetEngineType() const
const Aws::String & GetEngineVersion() const
void SetEngineVersion(EngineVersionT &&value)
bool EngineVersionHasBeenSet() const
void SetName(NameT &&value)
CreateConfigurationRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
CreateConfigurationRequest & WithEngineType(EngineType value)
AuthenticationStrategy GetAuthenticationStrategy() const
void SetTags(TagsT &&value)
AWS_MQ_API CreateConfigurationRequest()=default
const Aws::String & GetName() const
bool EngineTypeHasBeenSet() const
CreateConfigurationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateConfigurationRequest & WithTags(TagsT &&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