52 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
53 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
73 inline void SetSnapshotCopyGrantName(
const char* value) { m_snapshotCopyGrantNameHasBeenSet =
true; m_snapshotCopyGrantName.assign(value); }
112 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
169 bool m_snapshotCopyGrantNameHasBeenSet;
171 bool m_kmsKeyIdHasBeenSet;
173 bool m_tagsHasBeenSet;
SnapshotCopyGrant & WithSnapshotCopyGrantName(const Aws::String &value)
void SetKmsKeyId(const char *value)
std::vector< T, Aws::Allocator< T > > Vector
const Aws::String & GetSnapshotCopyGrantName() const
void SetKmsKeyId(const Aws::String &value)
void SetSnapshotCopyGrantName(const Aws::String &value)
const Aws::String & GetKmsKeyId() const
SnapshotCopyGrant & AddTags(Tag &&value)
SnapshotCopyGrant & WithKmsKeyId(Aws::String &&value)
SnapshotCopyGrant & WithKmsKeyId(const char *value)
SnapshotCopyGrant & WithKmsKeyId(const Aws::String &value)
SnapshotCopyGrant & WithSnapshotCopyGrantName(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
const Aws::Vector< Tag > & GetTags() const
void SetKmsKeyId(Aws::String &&value)
SnapshotCopyGrant & WithTags(Aws::Vector< Tag > &&value)
SnapshotCopyGrant & WithSnapshotCopyGrantName(const char *value)
void SetTags(const Aws::Vector< Tag > &value)
SnapshotCopyGrant & WithTags(const Aws::Vector< Tag > &value)
SnapshotCopyGrant & AddTags(const Tag &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetSnapshotCopyGrantName(Aws::String &&value)
void SetSnapshotCopyGrantName(const char *value)
JSON (JavaScript Object Notation).