7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/Lambda_EXPORTS.h>
39 template <
typename TypeT = Aws::String>
41 m_typeHasBeenSet =
true;
42 m_type = std::forward<TypeT>(value);
44 template <
typename TypeT = Aws::String>
46 SetType(std::forward<TypeT>(value));
55 template <
typename MessageT = Aws::String>
57 m_messageHasBeenSet =
true;
58 m_message = std::forward<MessageT>(value);
60 template <
typename MessageT = Aws::String>
70 bool m_typeHasBeenSet =
false;
71 bool m_messageHasBeenSet =
false;
bool TypeHasBeenSet() const
void SetType(TypeT &&value)
void SetMessage(MessageT &&value)
const Aws::String & GetType() const
AWS_LAMBDA_API ResourceNotFoundException()=default
AWS_LAMBDA_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(MessageT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceNotFoundException & WithType(TypeT &&value)
const Aws::String & GetMessage() const
AWS_LAMBDA_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue