7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kms/KMSRequest.h>
9#include <aws/kms/KMS_EXPORTS.h>
44 template <
typename KeyIdT = Aws::String>
46 m_keyIdHasBeenSet =
true;
47 m_keyId = std::forward<KeyIdT>(value);
49 template <
typename KeyIdT = Aws::String>
51 SetKeyId(std::forward<KeyIdT>(value));
64 template <
typename DescriptionT = Aws::String>
66 m_descriptionHasBeenSet =
true;
67 m_description = std::forward<DescriptionT>(value);
69 template <
typename DescriptionT = Aws::String>
79 bool m_keyIdHasBeenSet =
false;
80 bool m_descriptionHasBeenSet =
false;
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateKeyDescriptionRequest & WithDescription(DescriptionT &&value)
AWS_KMS_API UpdateKeyDescriptionRequest()=default
void SetKeyId(KeyIdT &&value)
const Aws::String & GetKeyId() const
UpdateKeyDescriptionRequest & WithKeyId(KeyIdT &&value)
const Aws::String & GetDescription() const
bool KeyIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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