7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
14namespace ElastiCache {
41 template <
typename UserGroupIdT = Aws::String>
43 m_userGroupIdHasBeenSet =
true;
44 m_userGroupId = std::forward<UserGroupIdT>(value);
46 template <
typename UserGroupIdT = Aws::String>
62 m_maxRecordsHasBeenSet =
true;
80 template <
typename MarkerT = Aws::String>
82 m_markerHasBeenSet =
true;
83 m_marker = std::forward<MarkerT>(value);
85 template <
typename MarkerT = Aws::String>
97 bool m_userGroupIdHasBeenSet =
false;
98 bool m_maxRecordsHasBeenSet =
false;
99 bool m_markerHasBeenSet =
false;
void SetMarker(MarkerT &&value)
bool MaxRecordsHasBeenSet() const
AWS_ELASTICACHE_API DescribeUserGroupsRequest()=default
bool UserGroupIdHasBeenSet() const
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DescribeUserGroupsRequest & WithMarker(MarkerT &&value)
DescribeUserGroupsRequest & WithMaxRecords(int value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetUserGroupId(UserGroupIdT &&value)
DescribeUserGroupsRequest & WithUserGroupId(UserGroupIdT &&value)
int GetMaxRecords() const
bool MarkerHasBeenSet() const
const Aws::String & GetMarker() const
const Aws::String & GetUserGroupId() const
void SetMaxRecords(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String