54 inline void SetSnapshotIdentifier(
const char* value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier.assign(value); }
97 inline void SetSnapshotClusterIdentifier(
const char* value) { m_snapshotClusterIdentifierHasBeenSet =
true; m_snapshotClusterIdentifier.assign(value); }
142 inline void SetAccountWithRestoreAccess(
const char* value) { m_accountWithRestoreAccessHasBeenSet =
true; m_accountWithRestoreAccess.assign(value); }
164 bool m_snapshotIdentifierHasBeenSet;
166 bool m_snapshotClusterIdentifierHasBeenSet;
168 bool m_accountWithRestoreAccessHasBeenSet;
AuthorizeSnapshotAccessRequest & WithSnapshotIdentifier(Aws::String &&value)
AuthorizeSnapshotAccessRequest & WithSnapshotIdentifier(const char *value)
void SetAccountWithRestoreAccess(Aws::String &&value)
void SetSnapshotClusterIdentifier(const char *value)
AuthorizeSnapshotAccessRequest & WithSnapshotIdentifier(const Aws::String &value)
void SetSnapshotIdentifier(Aws::String &&value)
const Aws::String & GetAccountWithRestoreAccess() const
AuthorizeSnapshotAccessRequest & WithAccountWithRestoreAccess(const Aws::String &value)
AuthorizeSnapshotAccessRequest & WithSnapshotClusterIdentifier(const Aws::String &value)
void SetSnapshotClusterIdentifier(Aws::String &&value)
void SetAccountWithRestoreAccess(const char *value)
AuthorizeSnapshotAccessRequest & WithAccountWithRestoreAccess(Aws::String &&value)
void SetSnapshotIdentifier(const Aws::String &value)
void SetSnapshotClusterIdentifier(const Aws::String &value)
void SetSnapshotIdentifier(const char *value)
AuthorizeSnapshotAccessRequest & WithSnapshotClusterIdentifier(Aws::String &&value)
const Aws::String & GetSnapshotClusterIdentifier() const
const Aws::String & GetSnapshotIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetAccountWithRestoreAccess(const Aws::String &value)
AuthorizeSnapshotAccessRequest & WithAccountWithRestoreAccess(const char *value)
AuthorizeSnapshotAccessRequest & WithSnapshotClusterIdentifier(const char *value)
JSON (JavaScript Object Notation).