7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/neptune/model/ResponseMetadata.h>
11#include <aws/neptune/model/GlobalCluster.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
45 template<
typename MarkerT = Aws::String>
46 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
47 template<
typename MarkerT = Aws::String>
56 template<
typename GlobalClustersT = Aws::Vector<GlobalCluster>>
57 void SetGlobalClusters(GlobalClustersT&& value) { m_globalClustersHasBeenSet =
true; m_globalClusters = std::forward<GlobalClustersT>(value); }
58 template<
typename GlobalClustersT = Aws::Vector<GlobalCluster>>
60 template<
typename GlobalClustersT = GlobalCluster>
67 template<
typename ResponseMetadataT = ResponseMetadata>
68 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
69 template<
typename ResponseMetadataT = ResponseMetadata>
75 bool m_markerHasBeenSet =
false;
78 bool m_globalClustersHasBeenSet =
false;
81 bool m_responseMetadataHasBeenSet =
false;
AWS_NEPTUNE_API DescribeGlobalClustersResult()=default
const Aws::String & GetMarker() const
void SetResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
DescribeGlobalClustersResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< GlobalCluster > & GetGlobalClusters() const
void SetMarker(MarkerT &&value)
AWS_NEPTUNE_API DescribeGlobalClustersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeGlobalClustersResult & AddGlobalClusters(GlobalClustersT &&value)
DescribeGlobalClustersResult & WithGlobalClusters(GlobalClustersT &&value)
DescribeGlobalClustersResult & WithMarker(MarkerT &&value)
AWS_NEPTUNE_API DescribeGlobalClustersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetGlobalClusters(GlobalClustersT &&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