7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/identitystore/model/ResourceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace IdentityStore
72 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
84 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
100 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
108 bool m_resourceTypeHasBeenSet =
false;
111 bool m_resourceIdHasBeenSet =
false;
114 bool m_messageHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
AWS_IDENTITYSTORE_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithResourceId(Aws::String &&value)
AWS_IDENTITYSTORE_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(const Aws::String &value)
void SetResourceId(const char *value)
ResourceNotFoundException & WithRequestId(Aws::String &&value)
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
ResourceNotFoundException & WithRequestId(const Aws::String &value)
ResourceNotFoundException & WithResourceId(const char *value)
void SetResourceId(Aws::String &&value)
AWS_IDENTITYSTORE_API ResourceNotFoundException()
void SetRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
bool RequestIdHasBeenSet() const
ResourceNotFoundException & WithMessage(const char *value)
ResourceNotFoundException & WithResourceType(ResourceType &&value)
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
bool ResourceIdHasBeenSet() const
void SetResourceId(const Aws::String &value)
ResourceNotFoundException & WithRequestId(const char *value)
const Aws::String & GetRequestId() const
AWS_IDENTITYSTORE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceType(ResourceType &&value)
const ResourceType & GetResourceType() const
bool ResourceTypeHasBeenSet() const
const Aws::String & GetResourceId() const
void SetResourceType(const ResourceType &value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
ResourceNotFoundException & WithResourceId(const Aws::String &value)
bool MessageHasBeenSet() const
ResourceNotFoundException & WithResourceType(const ResourceType &value)
void SetRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue