7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename GlobalClusterIdentifierT = Aws::String>
49 void SetGlobalClusterIdentifier(GlobalClusterIdentifierT&& value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value); }
50 template<
typename GlobalClusterIdentifierT = Aws::String>
64 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
77 template<
typename MarkerT = Aws::String>
78 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
79 template<
typename MarkerT = Aws::String>
85 bool m_globalClusterIdentifierHasBeenSet =
false;
88 bool m_maxRecordsHasBeenSet =
false;
91 bool m_markerHasBeenSet =
false;
DescribeGlobalClustersRequest & WithMarker(MarkerT &&value)
int GetMaxRecords() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool GlobalClusterIdentifierHasBeenSet() const
bool MarkerHasBeenSet() const
void SetMaxRecords(int value)
DescribeGlobalClustersRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
void SetMarker(MarkerT &&value)
const Aws::String & GetMarker() const
bool MaxRecordsHasBeenSet() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
const Aws::String & GetGlobalClusterIdentifier() const
DescribeGlobalClustersRequest & WithMaxRecords(int value)
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
AWS_NEPTUNE_API DescribeGlobalClustersRequest()=default
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String