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