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