7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rds/RDS_EXPORTS.h>
10#include <aws/rds/model/GlobalCluster.h>
11#include <aws/rds/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
40 template <
typename MarkerT = Aws::String>
42 m_markerHasBeenSet =
true;
43 m_marker = std::forward<MarkerT>(value);
45 template <
typename MarkerT = Aws::String>
57 template <
typename GlobalClustersT = Aws::Vector<GlobalCluster>>
59 m_globalClustersHasBeenSet =
true;
60 m_globalClusters = std::forward<GlobalClustersT>(value);
62 template <
typename GlobalClustersT = Aws::Vector<GlobalCluster>>
67 template <
typename GlobalClustersT = GlobalCluster>
69 m_globalClustersHasBeenSet =
true;
70 m_globalClusters.emplace_back(std::forward<GlobalClustersT>(value));
78 template <
typename ResponseMetadataT = ResponseMetadata>
80 m_responseMetadataHasBeenSet =
true;
81 m_responseMetadata = std::forward<ResponseMetadataT>(value);
83 template <
typename ResponseMetadataT = ResponseMetadata>
95 bool m_markerHasBeenSet =
false;
96 bool m_globalClustersHasBeenSet =
false;
97 bool m_responseMetadataHasBeenSet =
false;
DescribeGlobalClustersResult & AddGlobalClusters(GlobalClustersT &&value)
void SetGlobalClusters(GlobalClustersT &&value)
AWS_RDS_API DescribeGlobalClustersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetMarker(MarkerT &&value)
DescribeGlobalClustersResult & WithMarker(MarkerT &&value)
const ResponseMetadata & GetResponseMetadata() const
DescribeGlobalClustersResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_RDS_API DescribeGlobalClustersResult()=default
DescribeGlobalClustersResult & WithGlobalClusters(GlobalClustersT &&value)
const Aws::String & GetMarker() const
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< GlobalCluster > & GetGlobalClusters() const
AWS_RDS_API DescribeGlobalClustersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument