7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticache/model/Tag.h>
47 template<
typename UserGroupIdT = Aws::String>
48 void SetUserGroupId(UserGroupIdT&& value) { m_userGroupIdHasBeenSet =
true; m_userGroupId = std::forward<UserGroupIdT>(value); }
49 template<
typename UserGroupIdT = Aws::String>
59 template<
typename EngineT = Aws::String>
60 void SetEngine(EngineT&& value) { m_engineHasBeenSet =
true; m_engine = std::forward<EngineT>(value); }
61 template<
typename EngineT = Aws::String>
71 template<
typename UserIdsT = Aws::Vector<Aws::String>>
72 void SetUserIds(UserIdsT&& value) { m_userIdsHasBeenSet =
true; m_userIds = std::forward<UserIdsT>(value); }
73 template<
typename UserIdsT = Aws::Vector<Aws::String>>
75 template<
typename UserIdsT = Aws::String>
87 template<
typename TagsT = Aws::Vector<Tag>>
88 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
89 template<
typename TagsT = Aws::Vector<Tag>>
91 template<
typename TagsT = Tag>
97 bool m_userGroupIdHasBeenSet =
false;
100 bool m_engineHasBeenSet =
false;
103 bool m_userIdsHasBeenSet =
false;
106 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