7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/states/model/KmsKeyState.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
70 bool m_kmsKeyStateHasBeenSet =
false;
73 bool m_messageHasBeenSet =
false;
AWS_SFN_API KmsInvalidStateException()
KmsInvalidStateException & WithMessage(const char *value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
KmsInvalidStateException & WithMessage(const Aws::String &value)
KmsInvalidStateException & WithMessage(Aws::String &&value)
AWS_SFN_API KmsInvalidStateException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyState(KmsKeyState &&value)
void SetKmsKeyState(const KmsKeyState &value)
KmsInvalidStateException & WithKmsKeyState(KmsKeyState &&value)
AWS_SFN_API KmsInvalidStateException(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyStateHasBeenSet() const
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
bool MessageHasBeenSet() const
void SetMessage(const Aws::String &value)
const Aws::String & GetMessage() const
const KmsKeyState & GetKmsKeyState() const
KmsInvalidStateException & WithKmsKeyState(const KmsKeyState &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue