7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename GlobalReplicationGroupIdT = Aws::String>
46 void SetGlobalReplicationGroupId(GlobalReplicationGroupIdT&& value) { m_globalReplicationGroupIdHasBeenSet =
true; m_globalReplicationGroupId = std::forward<GlobalReplicationGroupIdT>(value); }
47 template<
typename GlobalReplicationGroupIdT = Aws::String>
59 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
72 template<
typename MarkerT = Aws::String>
73 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
74 template<
typename MarkerT = Aws::String>
84 inline void SetShowMemberInfo(
bool value) { m_showMemberInfoHasBeenSet =
true; m_showMemberInfo = value; }
90 bool m_globalReplicationGroupIdHasBeenSet =
false;
93 bool m_maxRecordsHasBeenSet =
false;
96 bool m_markerHasBeenSet =
false;
98 bool m_showMemberInfo{
false};
99 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