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>
51 template<
typename DBClusterIdentifierT = Aws::String>
52 void SetDBClusterIdentifier(DBClusterIdentifierT&& value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value); }
53 template<
typename DBClusterIdentifierT = Aws::String>
68 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
69 void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value); }
70 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
99 template<
typename SnapshotTypeT = Aws::String>
100 void SetSnapshotType(SnapshotTypeT&& value) { m_snapshotTypeHasBeenSet =
true; m_snapshotType = std::forward<SnapshotTypeT>(value); }
101 template<
typename SnapshotTypeT = Aws::String>
111 template<
typename FiltersT = Aws::Vector<Filter>>
112 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
113 template<
typename FiltersT = Aws::Vector<Filter>>
115 template<
typename FiltersT = Filter>
128 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
141 template<
typename MarkerT = Aws::String>
142 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
143 template<
typename MarkerT = Aws::String>
157 inline void SetIncludeShared(
bool value) { m_includeSharedHasBeenSet =
true; m_includeShared = value; }
171 inline void SetIncludePublic(
bool value) { m_includePublicHasBeenSet =
true; m_includePublic = value; }
177 bool m_dBClusterIdentifierHasBeenSet =
false;
180 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
183 bool m_snapshotTypeHasBeenSet =
false;
186 bool m_filtersHasBeenSet =
false;
189 bool m_maxRecordsHasBeenSet =
false;
192 bool m_markerHasBeenSet =
false;
194 bool m_includeShared{
false};
195 bool m_includeSharedHasBeenSet =
false;
197 bool m_includePublic{
false};
198 bool m_includePublicHasBeenSet =
false;
bool DBClusterIdentifierHasBeenSet() const
const Aws::String & GetSnapshotType() const
DescribeDBClusterSnapshotsRequest & WithMaxRecords(int value)
DescribeDBClusterSnapshotsRequest & WithFilters(FiltersT &&value)
DescribeDBClusterSnapshotsRequest & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
DescribeDBClusterSnapshotsRequest & WithSnapshotType(SnapshotTypeT &&value)
bool FiltersHasBeenSet() const
void SetFilters(FiltersT &&value)
AWS_NEPTUNE_API Aws::String SerializePayload() const override
void SetSnapshotType(SnapshotTypeT &&value)
AWS_NEPTUNE_API DescribeDBClusterSnapshotsRequest()=default
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
DescribeDBClusterSnapshotsRequest & WithMarker(MarkerT &&value)
const Aws::String & GetDBClusterIdentifier() const
bool MaxRecordsHasBeenSet() const
bool MarkerHasBeenSet() const
bool DBClusterSnapshotIdentifierHasBeenSet() const
bool SnapshotTypeHasBeenSet() const
int GetMaxRecords() const
bool GetIncludeShared() const
const Aws::String & GetDBClusterSnapshotIdentifier() const
void SetIncludePublic(bool value)
const Aws::Vector< Filter > & GetFilters() const
DescribeDBClusterSnapshotsRequest & AddFilters(FiltersT &&value)
bool GetIncludePublic() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool IncludeSharedHasBeenSet() const
void SetIncludeShared(bool value)
DescribeDBClusterSnapshotsRequest & WithIncludeShared(bool value)
void SetMaxRecords(int value)
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
DescribeDBClusterSnapshotsRequest & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
bool IncludePublicHasBeenSet() const
const Aws::String & GetMarker() const
DescribeDBClusterSnapshotsRequest & WithIncludePublic(bool value)
void SetMarker(MarkerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector