76 inline void SetSnapshotIdentifier(
const char* value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier.assign(value); }
126 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
180 bool m_snapshotIdentifierHasBeenSet;
182 bool m_clusterIdentifierHasBeenSet;
184 bool m_tagsHasBeenSet;
CreateClusterSnapshotRequest & WithSnapshotIdentifier(const Aws::String &value)
void SetSnapshotIdentifier(const char *value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetSnapshotIdentifier() const
std::vector< T, Aws::Allocator< T > > Vector
CreateClusterSnapshotRequest & WithClusterIdentifier(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
const Aws::String & GetClusterIdentifier() const
void SetSnapshotIdentifier(Aws::String &&value)
CreateClusterSnapshotRequest & WithSnapshotIdentifier(Aws::String &&value)
void SetClusterIdentifier(const char *value)
CreateClusterSnapshotRequest & WithTags(Aws::Vector< Tag > &&value)
void SetSnapshotIdentifier(const Aws::String &value)
CreateClusterSnapshotRequest & WithSnapshotIdentifier(const char *value)
void SetClusterIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetClusterIdentifier(Aws::String &&value)
CreateClusterSnapshotRequest & AddTags(Tag &&value)
CreateClusterSnapshotRequest & WithClusterIdentifier(const char *value)
CreateClusterSnapshotRequest & WithClusterIdentifier(Aws::String &&value)
CreateClusterSnapshotRequest & AddTags(const Tag &value)
CreateClusterSnapshotRequest & WithTags(const Aws::Vector< Tag > &value)
void SetTags(Aws::Vector< Tag > &&value)
JSON (JavaScript Object Notation).