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