62 inline void SetSnapshotIdentifier(
const char* value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier.assign(value); }
115 inline void SetSnapshotClusterIdentifier(
const char* value) { m_snapshotClusterIdentifierHasBeenSet =
true; m_snapshotClusterIdentifier.assign(value); }
143 bool m_snapshotIdentifierHasBeenSet;
145 bool m_snapshotClusterIdentifierHasBeenSet;
DeleteClusterSnapshotRequest & WithSnapshotIdentifier(Aws::String &&value)
const Aws::String & GetSnapshotIdentifier() const
DeleteClusterSnapshotRequest & WithSnapshotIdentifier(const char *value)
DeleteClusterSnapshotRequest & WithSnapshotClusterIdentifier(Aws::String &&value)
DeleteClusterSnapshotRequest & WithSnapshotClusterIdentifier(const Aws::String &value)
void SetSnapshotClusterIdentifier(Aws::String &&value)
void SetSnapshotClusterIdentifier(const char *value)
DeleteClusterSnapshotRequest & WithSnapshotClusterIdentifier(const char *value)
void SetSnapshotClusterIdentifier(const Aws::String &value)
void SetSnapshotIdentifier(Aws::String &&value)
void SetSnapshotIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetSnapshotIdentifier(const Aws::String &value)
const Aws::String & GetSnapshotClusterIdentifier() const
DeleteClusterSnapshotRequest & WithSnapshotIdentifier(const Aws::String &value)
JSON (JavaScript Object Notation).