7#include <aws/qldb/QLDB_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); }
61 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
75 inline void SetResourceName(
const char* value) { m_resourceNameHasBeenSet =
true; m_resourceName.assign(value); }
83 bool m_messageHasBeenSet =
false;
86 bool m_resourceTypeHasBeenSet =
false;
89 bool m_resourceNameHasBeenSet =
false;
void SetResourceName(const char *value)
void SetResourceType(const char *value)
bool ResourceTypeHasBeenSet() const
bool MessageHasBeenSet() const
ResourcePreconditionNotMetException & WithMessage(const char *value)
AWS_QLDB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QLDB_API ResourcePreconditionNotMetException()
const Aws::String & GetMessage() const
ResourcePreconditionNotMetException & WithMessage(const Aws::String &value)
void SetMessage(const char *value)
bool ResourceNameHasBeenSet() const
const Aws::String & GetResourceType() const
void SetResourceName(const Aws::String &value)
void SetResourceType(Aws::String &&value)
ResourcePreconditionNotMetException & WithMessage(Aws::String &&value)
void SetMessage(Aws::String &&value)
ResourcePreconditionNotMetException & WithResourceType(const Aws::String &value)
ResourcePreconditionNotMetException & WithResourceName(Aws::String &&value)
void SetMessage(const Aws::String &value)
void SetResourceType(const Aws::String &value)
AWS_QLDB_API ResourcePreconditionNotMetException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourcePreconditionNotMetException & WithResourceType(const char *value)
AWS_QLDB_API ResourcePreconditionNotMetException(Aws::Utils::Json::JsonView jsonValue)
ResourcePreconditionNotMetException & WithResourceName(const char *value)
const Aws::String & GetResourceName() const
void SetResourceName(Aws::String &&value)
ResourcePreconditionNotMetException & WithResourceName(const Aws::String &value)
ResourcePreconditionNotMetException & WithResourceType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue