7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/kms/KMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename KeyIdT = Aws::String>
58 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
59 template<
typename KeyIdT = Aws::String>
65 bool m_keyIdHasBeenSet =
false;
const Aws::String & GetKeyId() const
virtual const char * GetServiceRequestName() const override
bool KeyIdHasBeenSet() const
void SetKeyId(KeyIdT &&value)
DisableKeyRotationRequest & WithKeyId(KeyIdT &&value)
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_KMS_API Aws::String SerializePayload() const override
AWS_KMS_API DisableKeyRotationRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String