7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/ExecutionErrorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
75 template<
typename MessageT = Aws::String>
76 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
77 template<
typename MessageT = Aws::String>
83 bool m_typeHasBeenSet =
false;
86 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