7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/ExecutionErrorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
79 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
87 bool m_typeHasBeenSet =
false;
90 bool m_messageHasBeenSet =
false;
ExecutionError & WithMessage(const char *value)
void SetMessage(Aws::String &&value)
ExecutionError & WithType(ExecutionErrorType &&value)
AWS_TRANSFER_API ExecutionError()
void SetType(ExecutionErrorType &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
const ExecutionErrorType & GetType() const
ExecutionError & WithType(const ExecutionErrorType &value)
ExecutionError & WithMessage(Aws::String &&value)
bool MessageHasBeenSet() const
void SetType(const ExecutionErrorType &value)
bool TypeHasBeenSet() const
ExecutionError & WithMessage(const Aws::String &value)
AWS_TRANSFER_API ExecutionError(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
void SetMessage(const Aws::String &value)
AWS_TRANSFER_API ExecutionError & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue