7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
59 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
73 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
87 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
95 bool m_codeHasBeenSet =
false;
98 bool m_messageHasBeenSet =
false;
101 bool m_resourceIdHasBeenSet =
false;
104 bool m_resourceTypeHasBeenSet =
false;
void SetCode(const Aws::String &value)
ConflictException & WithCode(const char *value)
ConflictException & WithResourceId(Aws::String &&value)
void SetResourceType(const Aws::String &value)
AWS_DRS_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(const char *value)
void SetResourceId(const Aws::String &value)
ConflictException & WithMessage(const char *value)
bool ResourceTypeHasBeenSet() const
void SetMessage(const char *value)
ConflictException & WithResourceType(Aws::String &&value)
ConflictException & WithResourceType(const Aws::String &value)
void SetCode(Aws::String &&value)
const Aws::String & GetMessage() const
ConflictException & WithResourceId(const char *value)
ConflictException & WithCode(const Aws::String &value)
void SetMessage(const Aws::String &value)
ConflictException & WithCode(Aws::String &&value)
void SetResourceId(Aws::String &&value)
bool MessageHasBeenSet() const
ConflictException & WithResourceType(const char *value)
void SetResourceId(const char *value)
void SetMessage(Aws::String &&value)
void SetResourceType(Aws::String &&value)
ConflictException & WithMessage(const Aws::String &value)
void SetCode(const char *value)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DRS_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(Aws::String &&value)
const Aws::String & GetResourceId() const
bool ResourceIdHasBeenSet() const
const Aws::String & GetResourceType() const
AWS_DRS_API ConflictException()
bool CodeHasBeenSet() const
ConflictException & WithResourceId(const Aws::String &value)
const Aws::String & GetCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue