7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kms/KMSRequest.h>
9#include <aws/kms/KMS_EXPORTS.h>
47 template <
typename KeyIdT = Aws::String>
49 m_keyIdHasBeenSet =
true;
50 m_keyId = std::forward<KeyIdT>(value);
52 template <
typename KeyIdT = Aws::String>
54 SetKeyId(std::forward<KeyIdT>(value));
66 template <
typename GrantIdT = Aws::String>
68 m_grantIdHasBeenSet =
true;
69 m_grantId = std::forward<GrantIdT>(value);
71 template <
typename GrantIdT = Aws::String>
88 m_dryRunHasBeenSet =
true;
101 bool m_dryRun{
false};
102 bool m_keyIdHasBeenSet =
false;
103 bool m_grantIdHasBeenSet =
false;
104 bool m_dryRunHasBeenSet =
false;
RevokeGrantRequest & WithKeyId(KeyIdT &&value)
bool DryRunHasBeenSet() const
AWS_KMS_API Aws::String SerializePayload() const override
bool KeyIdHasBeenSet() const
const Aws::String & GetGrantId() const
RevokeGrantRequest & WithDryRun(bool value)
const Aws::String & GetKeyId() const
RevokeGrantRequest & WithGrantId(GrantIdT &&value)
bool GrantIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetGrantId(GrantIdT &&value)
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_KMS_API RevokeGrantRequest()=default
void SetKeyId(KeyIdT &&value)
void SetDryRun(bool value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String