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 GlobalReplicationGroupIdT = Aws::String>
43 m_globalReplicationGroupIdHasBeenSet =
true;
44 m_globalReplicationGroupId = std::forward<GlobalReplicationGroupIdT>(value);
46 template <
typename GlobalReplicationGroupIdT = 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>
99 m_showMemberInfoHasBeenSet =
true;
100 m_showMemberInfo = value;
114 bool m_showMemberInfo{
false};
115 bool m_globalReplicationGroupIdHasBeenSet =
false;
116 bool m_maxRecordsHasBeenSet =
false;
117 bool m_markerHasBeenSet =
false;
118 bool m_showMemberInfoHasBeenSet =
false;
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
void SetShowMemberInfo(bool value)
void SetMarker(MarkerT &&value)
DescribeGlobalReplicationGroupsRequest & WithMaxRecords(int value)
DescribeGlobalReplicationGroupsRequest & WithShowMemberInfo(bool value)
DescribeGlobalReplicationGroupsRequest & WithMarker(MarkerT &&value)
const Aws::String & GetMarker() const
virtual const char * GetServiceRequestName() const override
AWS_ELASTICACHE_API DescribeGlobalReplicationGroupsRequest()=default
int GetMaxRecords() const
bool ShowMemberInfoHasBeenSet() const
bool MarkerHasBeenSet() const
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeGlobalReplicationGroupsRequest & WithGlobalReplicationGroupId(GlobalReplicationGroupIdT &&value)
bool MaxRecordsHasBeenSet() const
bool GetShowMemberInfo() const
const Aws::String & GetGlobalReplicationGroupId() const
void SetMaxRecords(int value)
bool GlobalReplicationGroupIdHasBeenSet() const
void SetGlobalReplicationGroupId(GlobalReplicationGroupIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String