75 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
125 inline void SetGrantId(
const char* value) { m_grantIdHasBeenSet =
true; m_grantId.assign(value); }
144 bool m_keyIdHasBeenSet;
146 bool m_grantIdHasBeenSet;
RevokeGrantRequest & WithKeyId(const Aws::String &value)
void SetGrantId(const char *value)
void SetKeyId(const Aws::String &value)
const Aws::String & GetKeyId() const
RevokeGrantRequest & WithGrantId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
RevokeGrantRequest & WithGrantId(Aws::String &&value)
void SetGrantId(const Aws::String &value)
RevokeGrantRequest & WithGrantId(const char *value)
void SetGrantId(Aws::String &&value)
RevokeGrantRequest & WithKeyId(const char *value)
void SetKeyId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetGrantId() const
RevokeGrantRequest & WithKeyId(Aws::String &&value)
void SetKeyId(Aws::String &&value)
JSON (JavaScript Object Notation).