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/KeyState.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
46 inline void SetKeyId(
const char* value) { m_keyId.assign(value); }
97 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
110 int m_pendingWindowInDays;
ScheduleKeyDeletionResult & WithKeyId(Aws::String &&value)
AWS_KMS_API ScheduleKeyDeletionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ScheduleKeyDeletionResult & WithDeletionDate(const Aws::Utils::DateTime &value)
AWS_KMS_API ScheduleKeyDeletionResult()
void SetKeyId(const char *value)
const Aws::String & GetKeyId() const
void SetDeletionDate(Aws::Utils::DateTime &&value)
void SetRequestId(const char *value)
ScheduleKeyDeletionResult & WithKeyState(KeyState &&value)
AWS_KMS_API ScheduleKeyDeletionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeletionDate(const Aws::Utils::DateTime &value)
void SetPendingWindowInDays(int value)
ScheduleKeyDeletionResult & WithKeyId(const Aws::String &value)
ScheduleKeyDeletionResult & WithKeyId(const char *value)
const KeyState & GetKeyState() const
ScheduleKeyDeletionResult & WithDeletionDate(Aws::Utils::DateTime &&value)
void SetKeyState(KeyState &&value)
void SetRequestId(Aws::String &&value)
ScheduleKeyDeletionResult & WithRequestId(Aws::String &&value)
ScheduleKeyDeletionResult & WithRequestId(const Aws::String &value)
void SetKeyState(const KeyState &value)
const Aws::String & GetRequestId() const
int GetPendingWindowInDays() const
const Aws::Utils::DateTime & GetDeletionDate() const
void SetKeyId(Aws::String &&value)
void SetKeyId(const Aws::String &value)
ScheduleKeyDeletionResult & WithRequestId(const char *value)
ScheduleKeyDeletionResult & WithPendingWindowInDays(int value)
void SetRequestId(const Aws::String &value)
ScheduleKeyDeletionResult & WithKeyState(const KeyState &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue