7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
10#include <aws/elasticache/model/ResponseMetadata.h>
11#include <aws/elasticache/model/UserGroupPendingChanges.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElastiCache {
37 template <
typename UserGroupIdT = Aws::String>
39 m_userGroupIdHasBeenSet =
true;
40 m_userGroupId = std::forward<UserGroupIdT>(value);
42 template <
typename UserGroupIdT = Aws::String>
55 template <
typename StatusT = Aws::String>
57 m_statusHasBeenSet =
true;
58 m_status = std::forward<StatusT>(value);
60 template <
typename StatusT = Aws::String>
72 template <
typename EngineT = Aws::String>
74 m_engineHasBeenSet =
true;
75 m_engine = std::forward<EngineT>(value);
77 template <
typename EngineT = Aws::String>
89 template <
typename UserIdsT = Aws::Vector<Aws::String>>
91 m_userIdsHasBeenSet =
true;
92 m_userIds = std::forward<UserIdsT>(value);
94 template <
typename UserIdsT = Aws::Vector<Aws::String>>
99 template <
typename UserIdsT = Aws::String>
101 m_userIdsHasBeenSet =
true;
102 m_userIds.emplace_back(std::forward<UserIdsT>(value));
112 template <
typename MinimumEngineVersionT = Aws::String>
114 m_minimumEngineVersionHasBeenSet =
true;
115 m_minimumEngineVersion = std::forward<MinimumEngineVersionT>(value);
117 template <
typename MinimumEngineVersionT = Aws::String>
129 template <
typename PendingChangesT = UserGroupPendingChanges>
131 m_pendingChangesHasBeenSet =
true;
132 m_pendingChanges = std::forward<PendingChangesT>(value);
134 template <
typename PendingChangesT = UserGroupPendingChanges>
146 template <
typename ReplicationGroupsT = Aws::Vector<Aws::String>>
148 m_replicationGroupsHasBeenSet =
true;
149 m_replicationGroups = std::forward<ReplicationGroupsT>(value);
151 template <
typename ReplicationGroupsT = Aws::Vector<Aws::String>>
156 template <
typename ReplicationGroupsT = Aws::String>
158 m_replicationGroupsHasBeenSet =
true;
159 m_replicationGroups.emplace_back(std::forward<ReplicationGroupsT>(value));
170 template <
typename ServerlessCachesT = Aws::Vector<Aws::String>>
172 m_serverlessCachesHasBeenSet =
true;
173 m_serverlessCaches = std::forward<ServerlessCachesT>(value);
175 template <
typename ServerlessCachesT = Aws::Vector<Aws::String>>
180 template <
typename ServerlessCachesT = Aws::String>
182 m_serverlessCachesHasBeenSet =
true;
183 m_serverlessCaches.emplace_back(std::forward<ServerlessCachesT>(value));
193 template <
typename ARNT = Aws::String>
195 m_aRNHasBeenSet =
true;
196 m_aRN = std::forward<ARNT>(value);
198 template <
typename ARNT = Aws::String>
200 SetARN(std::forward<ARNT>(value));
208 template <
typename ResponseMetadataT = ResponseMetadata>
210 m_responseMetadataHasBeenSet =
true;
211 m_responseMetadata = std::forward<ResponseMetadataT>(value);
213 template <
typename ResponseMetadataT = ResponseMetadata>
239 bool m_userGroupIdHasBeenSet =
false;
240 bool m_statusHasBeenSet =
false;
241 bool m_engineHasBeenSet =
false;
242 bool m_userIdsHasBeenSet =
false;
243 bool m_minimumEngineVersionHasBeenSet =
false;
244 bool m_pendingChangesHasBeenSet =
false;
245 bool m_replicationGroupsHasBeenSet =
false;
246 bool m_serverlessCachesHasBeenSet =
false;
247 bool m_aRNHasBeenSet =
false;
248 bool m_responseMetadataHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetUserIds() const
const Aws::String & GetUserGroupId() const
CreateUserGroupResult & WithMinimumEngineVersion(MinimumEngineVersionT &&value)
void SetUserIds(UserIdsT &&value)
void SetReplicationGroups(ReplicationGroupsT &&value)
const UserGroupPendingChanges & GetPendingChanges() const
void SetStatus(StatusT &&value)
void SetARN(ARNT &&value)
const Aws::Vector< Aws::String > & GetServerlessCaches() const
void SetServerlessCaches(ServerlessCachesT &&value)
const Aws::Vector< Aws::String > & GetReplicationGroups() const
CreateUserGroupResult & WithServerlessCaches(ServerlessCachesT &&value)
const Aws::String & GetMinimumEngineVersion() const
void SetMinimumEngineVersion(MinimumEngineVersionT &&value)
AWS_ELASTICACHE_API CreateUserGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICACHE_API CreateUserGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateUserGroupResult & WithUserGroupId(UserGroupIdT &&value)
const ResponseMetadata & GetResponseMetadata() const
const Aws::String & GetARN() const
void SetPendingChanges(PendingChangesT &&value)
CreateUserGroupResult & AddServerlessCaches(ServerlessCachesT &&value)
CreateUserGroupResult & AddReplicationGroups(ReplicationGroupsT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
CreateUserGroupResult & WithPendingChanges(PendingChangesT &&value)
CreateUserGroupResult & WithUserIds(UserIdsT &&value)
void SetUserGroupId(UserGroupIdT &&value)
CreateUserGroupResult & AddUserIds(UserIdsT &&value)
CreateUserGroupResult & WithARN(ARNT &&value)
const Aws::String & GetStatus() const
CreateUserGroupResult & WithStatus(StatusT &&value)
void SetEngine(EngineT &&value)
CreateUserGroupResult & WithEngine(EngineT &&value)
const Aws::String & GetEngine() const
CreateUserGroupResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICACHE_API CreateUserGroupResult()=default
CreateUserGroupResult & WithReplicationGroups(ReplicationGroupsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument