7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ApiGatewayV2 {
41 template <
typename MessageT = Aws::String>
43 m_messageHasBeenSet =
true;
44 m_message = std::forward<MessageT>(value);
46 template <
typename MessageT = Aws::String>
59 template <
typename ResourceTypeT = Aws::String>
61 m_resourceTypeHasBeenSet =
true;
62 m_resourceType = std::forward<ResourceTypeT>(value);
64 template <
typename ResourceTypeT = Aws::String>
74 bool m_messageHasBeenSet =
false;
75 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