7#include <aws/kms/KMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/kms/model/RotationType.h>
51 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
88 bool m_keyIdHasBeenSet =
false;
91 bool m_rotationDateHasBeenSet =
false;
94 bool m_rotationTypeHasBeenSet =
false;
void SetKeyId(const Aws::String &value)
bool RotationTypeHasBeenSet() const
const Aws::String & GetKeyId() const
AWS_KMS_API RotationsListEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KMS_API RotationsListEntry()
const RotationType & GetRotationType() const
AWS_KMS_API RotationsListEntry(Aws::Utils::Json::JsonView jsonValue)
RotationsListEntry & WithRotationDate(Aws::Utils::DateTime &&value)
void SetKeyId(const char *value)
RotationsListEntry & WithRotationType(const RotationType &value)
bool KeyIdHasBeenSet() const
void SetRotationDate(Aws::Utils::DateTime &&value)
void SetRotationType(RotationType &&value)
RotationsListEntry & WithRotationDate(const Aws::Utils::DateTime &value)
RotationsListEntry & WithKeyId(const Aws::String &value)
RotationsListEntry & WithKeyId(const char *value)
RotationsListEntry & WithKeyId(Aws::String &&value)
RotationsListEntry & WithRotationType(RotationType &&value)
void SetRotationDate(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetRotationDate() const
void SetRotationType(const RotationType &value)
bool RotationDateHasBeenSet() const
void SetKeyId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue