7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/states/model/KmsKeyState.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename MessageT = Aws::String>
59 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
60 template<
typename MessageT = Aws::String>
66 bool m_kmsKeyStateHasBeenSet =
false;
69 bool m_messageHasBeenSet =
false;
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API KmsInvalidStateException()=default
AWS_SFN_API KmsInvalidStateException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
void SetKmsKeyState(KmsKeyState value)
KmsInvalidStateException & WithMessage(MessageT &&value)
AWS_SFN_API KmsInvalidStateException(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyStateHasBeenSet() const
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
KmsInvalidStateException & WithKmsKeyState(KmsKeyState value)
KmsKeyState GetKmsKeyState() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue