7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticache/ElastiCacheRequest.h>
10#include <aws/elasticache/ElastiCache_EXPORTS.h>
11#include <aws/elasticache/model/Tag.h>
16namespace ElastiCache {
43 template <
typename UserGroupIdT = Aws::String>
45 m_userGroupIdHasBeenSet =
true;
46 m_userGroupId = std::forward<UserGroupIdT>(value);
48 template <
typename UserGroupIdT = Aws::String>
61 template <
typename EngineT = Aws::String>
63 m_engineHasBeenSet =
true;
64 m_engine = std::forward<EngineT>(value);
66 template <
typename EngineT = Aws::String>
79 template <
typename UserIdsT = Aws::Vector<Aws::String>>
81 m_userIdsHasBeenSet =
true;
82 m_userIds = std::forward<UserIdsT>(value);
84 template <
typename UserIdsT = Aws::Vector<Aws::String>>
89 template <
typename UserIdsT = Aws::String>
91 m_userIdsHasBeenSet =
true;
92 m_userIds.emplace_back(std::forward<UserIdsT>(value));
105 template <
typename TagsT = Aws::Vector<Tag>>
107 m_tagsHasBeenSet =
true;
108 m_tags = std::forward<TagsT>(value);
110 template <
typename TagsT = Aws::Vector<Tag>>
112 SetTags(std::forward<TagsT>(value));
115 template <
typename TagsT = Tag>
117 m_tagsHasBeenSet =
true;
118 m_tags.emplace_back(std::forward<TagsT>(value));
130 bool m_userGroupIdHasBeenSet =
false;
131 bool m_engineHasBeenSet =
false;
132 bool m_userIdsHasBeenSet =
false;
133 bool m_tagsHasBeenSet =
false;
AWS_ELASTICACHE_API CreateUserGroupRequest()=default
void SetUserIds(UserIdsT &&value)
void SetTags(TagsT &&value)
const Aws::Vector< Aws::String > & GetUserIds() const
const Aws::String & GetEngine() const
CreateUserGroupRequest & WithUserIds(UserIdsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetUserGroupId() const
void SetEngine(EngineT &&value)
bool TagsHasBeenSet() const
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
void SetUserGroupId(UserGroupIdT &&value)
CreateUserGroupRequest & AddTags(TagsT &&value)
CreateUserGroupRequest & WithUserGroupId(UserGroupIdT &&value)
CreateUserGroupRequest & WithEngine(EngineT &&value)
CreateUserGroupRequest & WithTags(TagsT &&value)
CreateUserGroupRequest & AddUserIds(UserIdsT &&value)
bool UserGroupIdHasBeenSet() const
bool EngineHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
bool UserIdsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector