7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/neptune/model/Filter.h>
53 inline void SetDBClusterIdentifier(
const char* value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier.assign(value); }
72 inline void SetDBClusterSnapshotIdentifier(
const char* value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier.assign(value); }
105 inline void SetSnapshotType(
const char* value) { m_snapshotTypeHasBeenSet =
true; m_snapshotType.assign(value); }
134 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
149 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
165 inline void SetIncludeShared(
bool value) { m_includeSharedHasBeenSet =
true; m_includeShared = value; }
179 inline void SetIncludePublic(
bool value) { m_includePublicHasBeenSet =
true; m_includePublic = value; }
185 bool m_dBClusterIdentifierHasBeenSet =
false;
188 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
191 bool m_snapshotTypeHasBeenSet =
false;
194 bool m_filtersHasBeenSet =
false;
197 bool m_maxRecordsHasBeenSet =
false;
200 bool m_markerHasBeenSet =
false;
202 bool m_includeShared;
203 bool m_includeSharedHasBeenSet =
false;
205 bool m_includePublic;
206 bool m_includePublicHasBeenSet =
false;
DescribeDBClusterSnapshotsRequest & WithDBClusterIdentifier(Aws::String &&value)
void SetFilters(const Aws::Vector< Filter > &value)
bool DBClusterIdentifierHasBeenSet() const
void SetDBClusterSnapshotIdentifier(const Aws::String &value)
const Aws::String & GetSnapshotType() const
DescribeDBClusterSnapshotsRequest & WithSnapshotType(const Aws::String &value)
DescribeDBClusterSnapshotsRequest & WithMaxRecords(int value)
void SetMarker(Aws::String &&value)
DescribeDBClusterSnapshotsRequest & WithDBClusterIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
bool FiltersHasBeenSet() const
void SetSnapshotType(const char *value)
void SetSnapshotType(const Aws::String &value)
AWS_NEPTUNE_API Aws::String SerializePayload() const override
DescribeDBClusterSnapshotsRequest & WithMarker(const char *value)
DescribeDBClusterSnapshotsRequest & WithMarker(const Aws::String &value)
const Aws::String & GetDBClusterIdentifier() const
bool MaxRecordsHasBeenSet() const
bool MarkerHasBeenSet() const
bool DBClusterSnapshotIdentifierHasBeenSet() const
DescribeDBClusterSnapshotsRequest & WithSnapshotType(const char *value)
void SetDBClusterSnapshotIdentifier(const char *value)
DescribeDBClusterSnapshotsRequest & WithMarker(Aws::String &&value)
bool SnapshotTypeHasBeenSet() const
int GetMaxRecords() const
bool GetIncludeShared() const
const Aws::String & GetDBClusterSnapshotIdentifier() const
DescribeDBClusterSnapshotsRequest & WithDBClusterSnapshotIdentifier(const char *value)
DescribeDBClusterSnapshotsRequest & AddFilters(const Filter &value)
void SetIncludePublic(bool value)
const Aws::Vector< Filter > & GetFilters() const
void SetDBClusterIdentifier(Aws::String &&value)
bool GetIncludePublic() const
void SetMarker(const char *value)
AWS_NEPTUNE_API DescribeDBClusterSnapshotsRequest()
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeDBClusterSnapshotsRequest & AddFilters(Filter &&value)
void SetDBClusterSnapshotIdentifier(Aws::String &&value)
bool IncludeSharedHasBeenSet() const
void SetIncludeShared(bool value)
DescribeDBClusterSnapshotsRequest & WithIncludeShared(bool value)
DescribeDBClusterSnapshotsRequest & WithDBClusterSnapshotIdentifier(Aws::String &&value)
void SetSnapshotType(Aws::String &&value)
void SetFilters(Aws::Vector< Filter > &&value)
void SetMarker(const Aws::String &value)
DescribeDBClusterSnapshotsRequest & WithSnapshotType(Aws::String &&value)
void SetMaxRecords(int value)
DescribeDBClusterSnapshotsRequest & WithDBClusterSnapshotIdentifier(const Aws::String &value)
DescribeDBClusterSnapshotsRequest & WithDBClusterIdentifier(const Aws::String &value)
DescribeDBClusterSnapshotsRequest & WithFilters(Aws::Vector< Filter > &&value)
void SetDBClusterIdentifier(const Aws::String &value)
bool IncludePublicHasBeenSet() const
void SetDBClusterIdentifier(const char *value)
const Aws::String & GetMarker() const
DescribeDBClusterSnapshotsRequest & WithIncludePublic(bool value)
DescribeDBClusterSnapshotsRequest & WithFilters(const Aws::Vector< Filter > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector