7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rds/RDSRequest.h>
10#include <aws/rds/RDS_EXPORTS.h>
11#include <aws/rds/model/Filter.h>
48 template <
typename DBInstanceIdentifierT = Aws::String>
50 m_dBInstanceIdentifierHasBeenSet =
true;
51 m_dBInstanceIdentifier = std::forward<DBInstanceIdentifierT>(value);
53 template <
typename DBInstanceIdentifierT = Aws::String>
70 template <
typename DBSnapshotIdentifierT = Aws::String>
72 m_dBSnapshotIdentifierHasBeenSet =
true;
73 m_dBSnapshotIdentifier = std::forward<DBSnapshotIdentifierT>(value);
75 template <
typename DBSnapshotIdentifierT = Aws::String>
112 template <
typename SnapshotTypeT = Aws::String>
114 m_snapshotTypeHasBeenSet =
true;
115 m_snapshotType = std::forward<SnapshotTypeT>(value);
117 template <
typename SnapshotTypeT = Aws::String>
137 template <
typename FiltersT = Aws::Vector<Filter>>
139 m_filtersHasBeenSet =
true;
140 m_filters = std::forward<FiltersT>(value);
142 template <
typename FiltersT = Aws::Vector<Filter>>
147 template <
typename FiltersT = Filter>
149 m_filtersHasBeenSet =
true;
150 m_filters.emplace_back(std::forward<FiltersT>(value));
166 m_maxRecordsHasBeenSet =
true;
167 m_maxRecords = value;
184 template <
typename MarkerT = Aws::String>
186 m_markerHasBeenSet =
true;
187 m_marker = std::forward<MarkerT>(value);
189 template <
typename MarkerT = Aws::String>
209 m_includeSharedHasBeenSet =
true;
210 m_includeShared = value;
229 m_includePublicHasBeenSet =
true;
230 m_includePublic = value;
244 template <
typename DbiResourceIdT = Aws::String>
246 m_dbiResourceIdHasBeenSet =
true;
247 m_dbiResourceId = std::forward<DbiResourceIdT>(value);
249 template <
typename DbiResourceIdT = Aws::String>
268 bool m_includeShared{
false};
270 bool m_includePublic{
false};
273 bool m_dBInstanceIdentifierHasBeenSet =
false;
274 bool m_dBSnapshotIdentifierHasBeenSet =
false;
275 bool m_snapshotTypeHasBeenSet =
false;
276 bool m_filtersHasBeenSet =
false;
277 bool m_maxRecordsHasBeenSet =
false;
278 bool m_markerHasBeenSet =
false;
279 bool m_includeSharedHasBeenSet =
false;
280 bool m_includePublicHasBeenSet =
false;
281 bool m_dbiResourceIdHasBeenSet =
false;
bool DBInstanceIdentifierHasBeenSet() const
int GetMaxRecords() const
bool MaxRecordsHasBeenSet() const
bool SnapshotTypeHasBeenSet() const
DescribeDBSnapshotsRequest & WithIncludeShared(bool value)
void SetMarker(MarkerT &&value)
DescribeDBSnapshotsRequest & WithSnapshotType(SnapshotTypeT &&value)
bool FiltersHasBeenSet() const
bool IncludePublicHasBeenSet() const
const Aws::String & GetSnapshotType() const
virtual const char * GetServiceRequestName() const override
bool IncludeSharedHasBeenSet() const
DescribeDBSnapshotsRequest & WithDBInstanceIdentifier(DBInstanceIdentifierT &&value)
void SetSnapshotType(SnapshotTypeT &&value)
AWS_RDS_API DescribeDBSnapshotsRequest()=default
DescribeDBSnapshotsRequest & WithMaxRecords(int value)
bool DbiResourceIdHasBeenSet() const
DescribeDBSnapshotsRequest & WithMarker(MarkerT &&value)
const Aws::String & GetDBSnapshotIdentifier() const
DescribeDBSnapshotsRequest & WithDBSnapshotIdentifier(DBSnapshotIdentifierT &&value)
const Aws::String & GetDbiResourceId() const
DescribeDBSnapshotsRequest & AddFilters(FiltersT &&value)
void SetFilters(FiltersT &&value)
bool GetIncludeShared() const
bool MarkerHasBeenSet() const
bool GetIncludePublic() const
void SetDbiResourceId(DbiResourceIdT &&value)
void SetIncludePublic(bool value)
void SetDBInstanceIdentifier(DBInstanceIdentifierT &&value)
DescribeDBSnapshotsRequest & WithFilters(FiltersT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeDBSnapshotsRequest & WithDbiResourceId(DbiResourceIdT &&value)
void SetDBSnapshotIdentifier(DBSnapshotIdentifierT &&value)
const Aws::String & GetMarker() const
DescribeDBSnapshotsRequest & WithIncludePublic(bool value)
void SetIncludeShared(bool value)
bool DBSnapshotIdentifierHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
const Aws::String & GetDBInstanceIdentifier() const
void SetMaxRecords(int value)
AWS_RDS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector