7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename MessageT = Aws::String>
48 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
49 template<
typename MessageT = Aws::String>
59 template<
typename ResourceTypeT = Aws::String>
60 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
61 template<
typename ResourceTypeT = Aws::String>
67 bool m_messageHasBeenSet =
false;
70 bool m_resourceTypeHasBeenSet =
false;
NotFoundException & WithMessage(MessageT &&value)
const Aws::String & GetResourceType() const
AWS_APIGATEWAYV2_API NotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_APIGATEWAYV2_API NotFoundException()=default
void SetResourceType(ResourceTypeT &&value)
AWS_APIGATEWAYV2_API NotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
NotFoundException & WithResourceType(ResourceTypeT &&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