7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetGlobalClusterIdentifier(
const char* value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier.assign(value); }
66 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
81 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
89 bool m_globalClusterIdentifierHasBeenSet =
false;
92 bool m_maxRecordsHasBeenSet =
false;
95 bool m_markerHasBeenSet =
false;
void SetGlobalClusterIdentifier(const char *value)
DescribeGlobalClustersRequest & WithMarker(const char *value)
AWS_NEPTUNE_API DescribeGlobalClustersRequest()
int GetMaxRecords() const
void SetGlobalClusterIdentifier(Aws::String &&value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetMarker(const char *value)
bool GlobalClusterIdentifierHasBeenSet() const
bool MarkerHasBeenSet() const
void SetMaxRecords(int value)
DescribeGlobalClustersRequest & WithMarker(Aws::String &&value)
void SetMarker(const Aws::String &value)
DescribeGlobalClustersRequest & WithMarker(const Aws::String &value)
DescribeGlobalClustersRequest & WithGlobalClusterIdentifier(Aws::String &&value)
void SetMarker(Aws::String &&value)
const Aws::String & GetMarker() const
bool MaxRecordsHasBeenSet() const
void SetGlobalClusterIdentifier(const Aws::String &value)
AWS_NEPTUNE_API Aws::String SerializePayload() const override
DescribeGlobalClustersRequest & WithGlobalClusterIdentifier(const Aws::String &value)
const Aws::String & GetGlobalClusterIdentifier() const
DescribeGlobalClustersRequest & WithMaxRecords(int value)
DescribeGlobalClustersRequest & WithGlobalClusterIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String