7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
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));
59 template <
typename CodeT = Aws::String>
61 m_codeHasBeenSet =
true;
62 m_code = std::forward<CodeT>(value);
64 template <
typename CodeT = Aws::String>
66 SetCode(std::forward<CodeT>(value));
77 template <
typename MessageT = Aws::String>
79 m_messageHasBeenSet =
true;
80 m_message = std::forward<MessageT>(value);
82 template <
typename MessageT = Aws::String>
94 bool m_typeHasBeenSet =
false;
95 bool m_codeHasBeenSet =
false;
96 bool m_messageHasBeenSet =
false;
AWS_GLACIER_API InvalidParameterValueException()=default
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
bool TypeHasBeenSet() const
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
InvalidParameterValueException & WithType(TypeT &&value)
InvalidParameterValueException & WithMessage(MessageT &&value)
AWS_GLACIER_API InvalidParameterValueException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
bool CodeHasBeenSet() const
void SetCode(CodeT &&value)
InvalidParameterValueException & WithCode(CodeT &&value)
const Aws::String & GetCode() const
const Aws::String & GetType() const
AWS_GLACIER_API InvalidParameterValueException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue