7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ManagedBlockchain
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
62 inline void SetResourceName(
const char* value) { m_resourceNameHasBeenSet =
true; m_resourceName.assign(value); }
70 bool m_messageHasBeenSet =
false;
73 bool m_resourceNameHasBeenSet =
false;
void SetResourceName(const Aws::String &value)
AWS_MANAGEDBLOCKCHAIN_API ResourceNotFoundException()
AWS_MANAGEDBLOCKCHAIN_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
void SetResourceName(Aws::String &&value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MANAGEDBLOCKCHAIN_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetMessage(const char *value)
void SetMessage(const Aws::String &value)
const Aws::String & GetMessage() const
ResourceNotFoundException & WithMessage(const char *value)
bool ResourceNameHasBeenSet() const
ResourceNotFoundException & WithMessage(const Aws::String &value)
ResourceNotFoundException & WithResourceName(Aws::String &&value)
ResourceNotFoundException & WithResourceName(const char *value)
ResourceNotFoundException & WithResourceName(const Aws::String &value)
void SetMessage(Aws::String &&value)
const Aws::String & GetResourceName() const
void SetResourceName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue