7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
10#include <aws/elasticache/model/GlobalReplicationGroup.h>
11#include <aws/elasticache/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElastiCache {
41 template <
typename MarkerT = Aws::String>
43 m_markerHasBeenSet =
true;
44 m_marker = std::forward<MarkerT>(value);
46 template <
typename MarkerT = Aws::String>
59 template <
typename GlobalReplicationGroupsT = Aws::Vector<GlobalReplicationGroup>>
61 m_globalReplicationGroupsHasBeenSet =
true;
62 m_globalReplicationGroups = std::forward<GlobalReplicationGroupsT>(value);
64 template <
typename GlobalReplicationGroupsT = Aws::Vector<GlobalReplicationGroup>>
69 template <
typename GlobalReplicationGroupsT = GlobalReplicationGroup>
71 m_globalReplicationGroupsHasBeenSet =
true;
72 m_globalReplicationGroups.emplace_back(std::forward<GlobalReplicationGroupsT>(value));
80 template <
typename ResponseMetadataT = ResponseMetadata>
82 m_responseMetadataHasBeenSet =
true;
83 m_responseMetadata = std::forward<ResponseMetadataT>(value);
85 template <
typename ResponseMetadataT = ResponseMetadata>
97 bool m_markerHasBeenSet =
false;
98 bool m_globalReplicationGroupsHasBeenSet =
false;
99 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