55 inline void SetGrantToken(
const char* value) { m_grantTokenHasBeenSet =
true; m_grantToken.assign(value); }
110 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
168 inline void SetGrantId(
const char* value) { m_grantIdHasBeenSet =
true; m_grantId.assign(value); }
193 bool m_grantTokenHasBeenSet;
195 bool m_keyIdHasBeenSet;
197 bool m_grantIdHasBeenSet;
RetireGrantRequest & WithGrantToken(const Aws::String &value)
void SetGrantToken(const char *value)
RetireGrantRequest & WithGrantId(Aws::String &&value)
void SetGrantId(const char *value)
const Aws::String & GetKeyId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
void SetGrantId(const Aws::String &value)
RetireGrantRequest & WithGrantId(const Aws::String &value)
RetireGrantRequest & WithGrantId(const char *value)
RetireGrantRequest & WithKeyId(const Aws::String &value)
RetireGrantRequest & WithGrantToken(const char *value)
const Aws::String & GetGrantToken() const
void SetKeyId(const Aws::String &value)
void SetKeyId(const char *value)
RetireGrantRequest & WithKeyId(const char *value)
void SetGrantToken(Aws::String &&value)
void SetGrantToken(const Aws::String &value)
const Aws::String & GetGrantId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetKeyId(Aws::String &&value)
RetireGrantRequest & WithKeyId(Aws::String &&value)
void SetGrantId(Aws::String &&value)
RetireGrantRequest & WithGrantToken(Aws::String &&value)
JSON (JavaScript Object Notation).