7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
63 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
71 bool m_messageHasBeenSet =
false;
74 bool m_resourceTypeHasBeenSet =
false;
NotFoundException & WithResourceType(Aws::String &&value)
NotFoundException & WithResourceType(const Aws::String &value)
NotFoundException & WithMessage(Aws::String &&value)
void SetResourceType(const Aws::String &value)
void SetMessage(const Aws::String &value)
const Aws::String & GetResourceType() const
AWS_APIGATEWAYV2_API NotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
AWS_APIGATEWAYV2_API NotFoundException()
bool MessageHasBeenSet() const
NotFoundException & WithMessage(const char *value)
void SetMessage(const char *value)
void SetResourceType(const char *value)
NotFoundException & WithMessage(const Aws::String &value)
AWS_APIGATEWAYV2_API NotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
void SetMessage(Aws::String &&value)
void SetResourceType(Aws::String &&value)
NotFoundException & WithResourceType(const char *value)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue