7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/docdb/model/Filter.h>
55 template<
typename DBClusterIdentifierT = Aws::String>
56 void SetDBClusterIdentifier(DBClusterIdentifierT&& value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value); }
57 template<
typename DBClusterIdentifierT = Aws::String>
72 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
73 void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value); }
74 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
103 template<
typename SnapshotTypeT = Aws::String>
104 void SetSnapshotType(SnapshotTypeT&& value) { m_snapshotTypeHasBeenSet =
true; m_snapshotType = std::forward<SnapshotTypeT>(value); }
105 template<
typename SnapshotTypeT = Aws::String>
115 template<
typename FiltersT = Aws::Vector<Filter>>
116 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
117 template<
typename FiltersT = Aws::Vector<Filter>>
119 template<
typename FiltersT = Filter>
132 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
144 template<
typename MarkerT = Aws::String>
145 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
146 template<
typename MarkerT = Aws::String>
159 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;
DescribeDBClusterSnapshotsRequest & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
DescribeDBClusterSnapshotsRequest & WithMaxRecords(int value)
const Aws::String & GetMarker() const
DescribeDBClusterSnapshotsRequest & WithFilters(FiltersT &&value)
bool IncludeSharedHasBeenSet() const
bool DBClusterIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool DBClusterSnapshotIdentifierHasBeenSet() const
const Aws::String & GetDBClusterSnapshotIdentifier() const
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
DescribeDBClusterSnapshotsRequest & AddFilters(FiltersT &&value)
const Aws::String & GetDBClusterIdentifier() const
bool IncludePublicHasBeenSet() const
bool MarkerHasBeenSet() const
void SetFilters(FiltersT &&value)
bool SnapshotTypeHasBeenSet() const
bool FiltersHasBeenSet() const
AWS_DOCDB_API DescribeDBClusterSnapshotsRequest()=default
bool MaxRecordsHasBeenSet() const
int GetMaxRecords() const
DescribeDBClusterSnapshotsRequest & WithSnapshotType(SnapshotTypeT &&value)
bool GetIncludePublic() const
DescribeDBClusterSnapshotsRequest & WithIncludePublic(bool value)
const Aws::String & GetSnapshotType() const
DescribeDBClusterSnapshotsRequest & WithIncludeShared(bool value)
void SetSnapshotType(SnapshotTypeT &&value)
void SetIncludeShared(bool value)
void SetMaxRecords(int value)
void SetMarker(MarkerT &&value)
const Aws::Vector< Filter > & GetFilters() const
AWS_DOCDB_API Aws::String SerializePayload() const override
DescribeDBClusterSnapshotsRequest & WithMarker(MarkerT &&value)
void SetIncludePublic(bool value)
bool GetIncludeShared() const
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
DescribeDBClusterSnapshotsRequest & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector