7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/model/Filter.h>
54 template<
typename DBClusterIdentifierT = Aws::String>
55 void SetDBClusterIdentifier(DBClusterIdentifierT&& value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value); }
56 template<
typename DBClusterIdentifierT = Aws::String>
71 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
72 void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value); }
73 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
101 template<
typename SnapshotTypeT = Aws::String>
102 void SetSnapshotType(SnapshotTypeT&& value) { m_snapshotTypeHasBeenSet =
true; m_snapshotType = std::forward<SnapshotTypeT>(value); }
103 template<
typename SnapshotTypeT = Aws::String>
119 template<
typename FiltersT = Aws::Vector<Filter>>
120 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
121 template<
typename FiltersT = Aws::Vector<Filter>>
123 template<
typename FiltersT = Filter>
136 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
149 template<
typename MarkerT = Aws::String>
150 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
151 template<
typename MarkerT = Aws::String>
166 inline void SetIncludeShared(
bool value) { m_includeSharedHasBeenSet =
true; m_includeShared = value; }
180 inline void SetIncludePublic(
bool value) { m_includePublicHasBeenSet =
true; m_includePublic = value; }
190 template<
typename DbClusterResourceIdT = Aws::String>
191 void SetDbClusterResourceId(DbClusterResourceIdT&& value) { m_dbClusterResourceIdHasBeenSet =
true; m_dbClusterResourceId = std::forward<DbClusterResourceIdT>(value); }
192 template<
typename DbClusterResourceIdT = Aws::String>
198 bool m_dBClusterIdentifierHasBeenSet =
false;
201 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
204 bool m_snapshotTypeHasBeenSet =
false;
207 bool m_filtersHasBeenSet =
false;
210 bool m_maxRecordsHasBeenSet =
false;
213 bool m_markerHasBeenSet =
false;
215 bool m_includeShared{
false};
216 bool m_includeSharedHasBeenSet =
false;
218 bool m_includePublic{
false};
219 bool m_includePublicHasBeenSet =
false;
222 bool m_dbClusterResourceIdHasBeenSet =
false;
bool IncludeSharedHasBeenSet() const
AWS_RDS_API Aws::String SerializePayload() const override
DescribeDBClusterSnapshotsRequest & WithMarker(MarkerT &&value)
const Aws::String & GetDBClusterIdentifier() const
void SetDbClusterResourceId(DbClusterResourceIdT &&value)
const Aws::Vector< Filter > & GetFilters() const
DescribeDBClusterSnapshotsRequest & WithFilters(FiltersT &&value)
const Aws::String & GetSnapshotType() const
const Aws::String & GetMarker() const
void SetFilters(FiltersT &&value)
bool IncludePublicHasBeenSet() const
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool SnapshotTypeHasBeenSet() const
bool FiltersHasBeenSet() const
void SetIncludeShared(bool value)
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
DescribeDBClusterSnapshotsRequest & AddFilters(FiltersT &&value)
bool MaxRecordsHasBeenSet() const
const Aws::String & GetDBClusterSnapshotIdentifier() const
DescribeDBClusterSnapshotsRequest & WithSnapshotType(SnapshotTypeT &&value)
virtual const char * GetServiceRequestName() const override
bool GetIncludePublic() const
int GetMaxRecords() const
DescribeDBClusterSnapshotsRequest & WithIncludePublic(bool value)
DescribeDBClusterSnapshotsRequest & WithDbClusterResourceId(DbClusterResourceIdT &&value)
DescribeDBClusterSnapshotsRequest & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
void SetSnapshotType(SnapshotTypeT &&value)
void SetMarker(MarkerT &&value)
DescribeDBClusterSnapshotsRequest & WithIncludeShared(bool value)
DescribeDBClusterSnapshotsRequest & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
void SetIncludePublic(bool value)
void SetMaxRecords(int value)
bool DBClusterIdentifierHasBeenSet() const
DescribeDBClusterSnapshotsRequest & WithMaxRecords(int value)
bool DbClusterResourceIdHasBeenSet() const
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
bool MarkerHasBeenSet() const
bool DBClusterSnapshotIdentifierHasBeenSet() const
const Aws::String & GetDbClusterResourceId() const
AWS_RDS_API DescribeDBClusterSnapshotsRequest()=default
bool GetIncludeShared() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector