7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename TypeT = Aws::String>
46 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
47 template<
typename TypeT = Aws::String>
55 template<
typename MessageT = Aws::String>
56 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
57 template<
typename MessageT = Aws::String>
63 bool m_typeHasBeenSet =
false;
66 bool m_messageHasBeenSet =
false;
const Aws::String & GetType() const
EFSMountFailureException & WithMessage(MessageT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(MessageT &&value)
EFSMountFailureException & WithType(TypeT &&value)
AWS_LAMBDA_API EFSMountFailureException(Aws::Utils::Json::JsonView jsonValue)
void SetType(TypeT &&value)
const Aws::String & GetMessage() const
AWS_LAMBDA_API EFSMountFailureException()=default
bool TypeHasBeenSet() const
bool MessageHasBeenSet() const
AWS_LAMBDA_API EFSMountFailureException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue