7#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/managedblockchain-query/model/ResourceType.h>
22namespace ManagedBlockchainQuery
49 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
63 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
83 bool m_messageHasBeenSet =
false;
86 bool m_resourceIdHasBeenSet =
false;
89 bool m_resourceTypeHasBeenSet =
false;
bool ResourceTypeHasBeenSet() const
const Aws::String & GetMessage() const
void SetResourceId(const Aws::String &value)
ResourceNotFoundException & WithResourceType(ResourceType &&value)
void SetResourceType(ResourceType &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
void SetResourceId(const char *value)
AWS_MANAGEDBLOCKCHAINQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
const ResourceType & GetResourceType() const
void SetMessage(Aws::String &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(Aws::String &&value)
const Aws::String & GetResourceId() const
ResourceNotFoundException & WithResourceId(Aws::String &&value)
bool ResourceIdHasBeenSet() const
ResourceNotFoundException & WithMessage(const char *value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
void SetMessage(const Aws::String &value)
AWS_MANAGEDBLOCKCHAINQUERY_API ResourceNotFoundException()
ResourceNotFoundException & WithResourceId(const Aws::String &value)
void SetMessage(const char *value)
void SetResourceType(const ResourceType &value)
bool MessageHasBeenSet() const
ResourceNotFoundException & WithResourceId(const char *value)
ResourceNotFoundException & WithResourceType(const ResourceType &value)
void SetResourceId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue