7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename TypeT = Aws::String>
50 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
51 template<
typename TypeT = Aws::String>
59 template<
typename MessageT = Aws::String>
60 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
61 template<
typename MessageT = Aws::String>
67 bool m_typeHasBeenSet =
false;
70 bool m_messageHasBeenSet =
false;
void SetMessage(MessageT &&value)
CodeStorageExceededException & WithType(TypeT &&value)
const Aws::String & GetType() const
CodeStorageExceededException & WithMessage(MessageT &&value)
AWS_LAMBDA_API CodeStorageExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
void SetType(TypeT &&value)
AWS_LAMBDA_API CodeStorageExceededException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AWS_LAMBDA_API CodeStorageExceededException()=default
const Aws::String & GetMessage() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue