7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/ExecutionErrorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 m_typeHasBeenSet =
true;
75 template <
typename MessageT = Aws::String>
77 m_messageHasBeenSet =
true;
78 m_message = std::forward<MessageT>(value);
80 template <
typename MessageT = Aws::String>
90 bool m_typeHasBeenSet =
false;
91 bool m_messageHasBeenSet =
false;
void SetMessage(MessageT &&value)
ExecutionErrorType GetType() const
ExecutionError & WithMessage(MessageT &&value)
ExecutionError & WithType(ExecutionErrorType value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
bool TypeHasBeenSet() const
void SetType(ExecutionErrorType value)
AWS_TRANSFER_API ExecutionError(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API ExecutionError & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API ExecutionError()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue