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/ResponseMetadata.h>
11#include <aws/elasticache/model/GlobalReplicationGroup.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
46 template<
typename MarkerT = Aws::String>
47 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
48 template<
typename MarkerT = Aws::String>
58 template<
typename GlobalReplicationGroupsT = Aws::Vector<GlobalReplicationGroup>>
59 void SetGlobalReplicationGroups(GlobalReplicationGroupsT&& value) { m_globalReplicationGroupsHasBeenSet =
true; m_globalReplicationGroups = std::forward<GlobalReplicationGroupsT>(value); }
60 template<
typename GlobalReplicationGroupsT = Aws::Vector<GlobalReplicationGroup>>
62 template<
typename GlobalReplicationGroupsT = GlobalReplicationGroup>
69 template<
typename ResponseMetadataT = ResponseMetadata>
70 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
71 template<
typename ResponseMetadataT = ResponseMetadata>
77 bool m_markerHasBeenSet =
false;
80 bool m_globalReplicationGroupsHasBeenSet =
false;
83 bool m_responseMetadataHasBeenSet =
false;
void SetGlobalReplicationGroups(GlobalReplicationGroupsT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICACHE_API DescribeGlobalReplicationGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeGlobalReplicationGroupsResult & WithResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
DescribeGlobalReplicationGroupsResult & WithGlobalReplicationGroups(GlobalReplicationGroupsT &&value)
const Aws::String & GetMarker() const
DescribeGlobalReplicationGroupsResult & WithMarker(MarkerT &&value)
AWS_ELASTICACHE_API DescribeGlobalReplicationGroupsResult()=default
const Aws::Vector< GlobalReplicationGroup > & GetGlobalReplicationGroups() const
AWS_ELASTICACHE_API DescribeGlobalReplicationGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetMarker(MarkerT &&value)
DescribeGlobalReplicationGroupsResult & AddGlobalReplicationGroups(GlobalReplicationGroupsT &&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