7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename DBSnapshotIdentifierT = Aws::String>
49 void SetDBSnapshotIdentifier(DBSnapshotIdentifierT&& value) { m_dBSnapshotIdentifierHasBeenSet =
true; m_dBSnapshotIdentifier = std::forward<DBSnapshotIdentifierT>(value); }
50 template<
typename DBSnapshotIdentifierT = Aws::String>
56 bool m_dBSnapshotIdentifierHasBeenSet =
false;
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeDBSnapshotAttributesRequest & WithDBSnapshotIdentifier(DBSnapshotIdentifierT &&value)
bool DBSnapshotIdentifierHasBeenSet() const
AWS_RDS_API Aws::String SerializePayload() const override
const Aws::String & GetDBSnapshotIdentifier() const
AWS_RDS_API DescribeDBSnapshotAttributesRequest()=default
virtual const char * GetServiceRequestName() const override
void SetDBSnapshotIdentifier(DBSnapshotIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String