7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetConflictResource(
const char* value) { m_conflictResourceHasBeenSet =
true; m_conflictResource.assign(value); }
63 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
71 bool m_conflictResourceHasBeenSet =
false;
74 bool m_messageHasBeenSet =
false;
AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
ConflictException & WithConflictResource(const Aws::String &value)
AWS_SNOWBALL_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithConflictResource(Aws::String &&value)
AWS_SNOWBALL_API ConflictException()
void SetMessage(const Aws::String &value)
ConflictException & WithMessage(Aws::String &&value)
void SetConflictResource(const char *value)
bool ConflictResourceHasBeenSet() const
ConflictException & WithMessage(const char *value)
void SetMessage(Aws::String &&value)
void SetConflictResource(Aws::String &&value)
const Aws::String & GetConflictResource() const
void SetMessage(const char *value)
AWS_SNOWBALL_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(const Aws::String &value)
void SetConflictResource(const Aws::String &value)
bool MessageHasBeenSet() const
ConflictException & WithConflictResource(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue