7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticache/model/UserGroupPendingChanges.h>
11#include <aws/elasticache/model/ResponseMetadata.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename UserGroupIdT = Aws::String>
44 void SetUserGroupId(UserGroupIdT&& value) { m_userGroupIdHasBeenSet =
true; m_userGroupId = std::forward<UserGroupIdT>(value); }
45 template<
typename UserGroupIdT = Aws::String>
55 template<
typename StatusT = Aws::String>
56 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
57 template<
typename StatusT = Aws::String>
66 template<
typename EngineT = Aws::String>
67 void SetEngine(EngineT&& value) { m_engineHasBeenSet =
true; m_engine = std::forward<EngineT>(value); }
68 template<
typename EngineT = Aws::String>
77 template<
typename UserIdsT = Aws::Vector<Aws::String>>
78 void SetUserIds(UserIdsT&& value) { m_userIdsHasBeenSet =
true; m_userIds = std::forward<UserIdsT>(value); }
79 template<
typename UserIdsT = Aws::Vector<Aws::String>>
81 template<
typename UserIdsT = Aws::String>
90 template<
typename MinimumEngineVersionT = Aws::String>
91 void SetMinimumEngineVersion(MinimumEngineVersionT&& value) { m_minimumEngineVersionHasBeenSet =
true; m_minimumEngineVersion = std::forward<MinimumEngineVersionT>(value); }
92 template<
typename MinimumEngineVersionT = Aws::String>
101 template<
typename PendingChangesT = UserGroupPendingChanges>
102 void SetPendingChanges(PendingChangesT&& value) { m_pendingChangesHasBeenSet =
true; m_pendingChanges = std::forward<PendingChangesT>(value); }
103 template<
typename PendingChangesT = UserGroupPendingChanges>
112 template<
typename ReplicationGroupsT = Aws::Vector<Aws::String>>
113 void SetReplicationGroups(ReplicationGroupsT&& value) { m_replicationGroupsHasBeenSet =
true; m_replicationGroups = std::forward<ReplicationGroupsT>(value); }
114 template<
typename ReplicationGroupsT = Aws::Vector<Aws::String>>
116 template<
typename ReplicationGroupsT = Aws::String>
126 template<
typename ServerlessCachesT = Aws::Vector<Aws::String>>
127 void SetServerlessCaches(ServerlessCachesT&& value) { m_serverlessCachesHasBeenSet =
true; m_serverlessCaches = std::forward<ServerlessCachesT>(value); }
128 template<
typename ServerlessCachesT = Aws::Vector<Aws::String>>
130 template<
typename ServerlessCachesT = Aws::String>
139 template<
typename ARNT = Aws::String>
140 void SetARN(ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
141 template<
typename ARNT = Aws::String>
148 template<
typename ResponseMetadataT = ResponseMetadata>
149 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
150 template<
typename ResponseMetadataT = ResponseMetadata>
156 bool m_userGroupIdHasBeenSet =
false;
159 bool m_statusHasBeenSet =
false;
162 bool m_engineHasBeenSet =
false;
165 bool m_userIdsHasBeenSet =
false;
168 bool m_minimumEngineVersionHasBeenSet =
false;
171 bool m_pendingChangesHasBeenSet =
false;
174 bool m_replicationGroupsHasBeenSet =
false;
177 bool m_serverlessCachesHasBeenSet =
false;
180 bool m_aRNHasBeenSet =
false;
183 bool m_responseMetadataHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetReplicationGroups() const
void SetEngine(EngineT &&value)
void SetUserIds(UserIdsT &&value)
DeleteUserGroupResult & WithStatus(StatusT &&value)
AWS_ELASTICACHE_API DeleteUserGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetServerlessCaches(ServerlessCachesT &&value)
DeleteUserGroupResult & WithEngine(EngineT &&value)
void SetPendingChanges(PendingChangesT &&value)
DeleteUserGroupResult & WithARN(ARNT &&value)
DeleteUserGroupResult & WithReplicationGroups(ReplicationGroupsT &&value)
void SetMinimumEngineVersion(MinimumEngineVersionT &&value)
const Aws::String & GetEngine() const
const Aws::String & GetStatus() const
DeleteUserGroupResult & AddReplicationGroups(ReplicationGroupsT &&value)
void SetReplicationGroups(ReplicationGroupsT &&value)
const Aws::Vector< Aws::String > & GetUserIds() const
void SetStatus(StatusT &&value)
DeleteUserGroupResult & WithPendingChanges(PendingChangesT &&value)
DeleteUserGroupResult & AddServerlessCaches(ServerlessCachesT &&value)
DeleteUserGroupResult & WithServerlessCaches(ServerlessCachesT &&value)
const Aws::String & GetMinimumEngineVersion() const
void SetUserGroupId(UserGroupIdT &&value)
const Aws::String & GetARN() const
const ResponseMetadata & GetResponseMetadata() const
AWS_ELASTICACHE_API DeleteUserGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICACHE_API DeleteUserGroupResult()=default
const Aws::String & GetUserGroupId() const
void SetARN(ARNT &&value)
DeleteUserGroupResult & WithUserIds(UserIdsT &&value)
const Aws::Vector< Aws::String > & GetServerlessCaches() const
DeleteUserGroupResult & WithMinimumEngineVersion(MinimumEngineVersionT &&value)
DeleteUserGroupResult & WithUserGroupId(UserGroupIdT &&value)
DeleteUserGroupResult & WithResponseMetadata(ResponseMetadataT &&value)
DeleteUserGroupResult & AddUserIds(UserIdsT &&value)
const UserGroupPendingChanges & GetPendingChanges() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument