7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticache/ElastiCache_EXPORTS.h>
11#include <aws/elasticache/model/GlobalReplicationGroup.h>
12#include <aws/elasticache/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ElastiCache {
42 template <
typename MarkerT = Aws::String>
44 m_markerHasBeenSet =
true;
45 m_marker = std::forward<MarkerT>(value);
47 template <
typename MarkerT = Aws::String>
60 template <
typename GlobalReplicationGroupsT = Aws::Vector<GlobalReplicationGroup>>
62 m_globalReplicationGroupsHasBeenSet =
true;
63 m_globalReplicationGroups = std::forward<GlobalReplicationGroupsT>(value);
65 template <
typename GlobalReplicationGroupsT = Aws::Vector<GlobalReplicationGroup>>
70 template <
typename GlobalReplicationGroupsT = GlobalReplicationGroup>
72 m_globalReplicationGroupsHasBeenSet =
true;
73 m_globalReplicationGroups.emplace_back(std::forward<GlobalReplicationGroupsT>(value));
81 template <
typename ResponseMetadataT = ResponseMetadata>
83 m_responseMetadataHasBeenSet =
true;
84 m_responseMetadata = std::forward<ResponseMetadataT>(value);
86 template <
typename ResponseMetadataT = ResponseMetadata>
101 bool m_markerHasBeenSet =
false;
102 bool m_globalReplicationGroupsHasBeenSet =
false;
103 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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