7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
59 inline void SetResource(
const char* value) { m_resourceHasBeenSet =
true; m_resource.assign(value); }
71 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
79 bool m_messageHasBeenSet =
false;
82 bool m_resourceHasBeenSet =
false;
85 bool m_resourceTypeHasBeenSet =
false;
AWS_TRANSFER_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithResource(const Aws::String &value)
void SetResourceType(const char *value)
ResourceNotFoundException & WithResourceType(const char *value)
void SetResourceType(const Aws::String &value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetResource(const Aws::String &value)
void SetMessage(const char *value)
void SetResourceType(Aws::String &&value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
ResourceNotFoundException & WithResource(Aws::String &&value)
ResourceNotFoundException & WithResource(const char *value)
ResourceNotFoundException & WithMessage(const char *value)
const Aws::String & GetResourceType() const
bool ResourceHasBeenSet() const
AWS_TRANSFER_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
bool MessageHasBeenSet() const
ResourceNotFoundException & WithResourceType(const Aws::String &value)
bool ResourceTypeHasBeenSet() const
void SetResource(Aws::String &&value)
ResourceNotFoundException & WithResourceType(Aws::String &&value)
void SetMessage(const Aws::String &value)
const Aws::String & GetResource() const
const Aws::String & GetMessage() const
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResource(const char *value)
AWS_TRANSFER_API ResourceNotFoundException()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue