7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda-microvms/LambdaMicrovms_EXPORTS.h>
19namespace LambdaMicrovms {
41 template <
typename TypeT = Aws::String>
43 m_typeHasBeenSet =
true;
44 m_type = std::forward<TypeT>(value);
46 template <
typename TypeT = Aws::String>
48 SetType(std::forward<TypeT>(value));
57 template <
typename MessageT = Aws::String>
59 m_messageHasBeenSet =
true;
60 m_message = std::forward<MessageT>(value);
62 template <
typename MessageT = Aws::String>
72 bool m_typeHasBeenSet =
false;
73 bool m_messageHasBeenSet =
false;
void SetType(TypeT &&value)
AWS_LAMBDAMICROVMS_API InvalidParameterValueException(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDAMICROVMS_API InvalidParameterValueException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
AWS_LAMBDAMICROVMS_API InvalidParameterValueException()=default
void SetMessage(MessageT &&value)
InvalidParameterValueException & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_LAMBDAMICROVMS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetType() const
InvalidParameterValueException & WithType(TypeT &&value)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue