7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
40 template <
typename MessageT = Aws::String>
42 m_messageHasBeenSet =
true;
43 m_message = std::forward<MessageT>(value);
45 template <
typename MessageT = Aws::String>
58 template <
typename TypeT = Aws::String>
60 m_typeHasBeenSet =
true;
61 m_type = std::forward<TypeT>(value);
63 template <
typename TypeT = Aws::String>
65 SetType(std::forward<TypeT>(value));
73 bool m_messageHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
AWS_GUARDDUTY_API InternalServerErrorException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
bool MessageHasBeenSet() const
AWS_GUARDDUTY_API InternalServerErrorException()=default
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API InternalServerErrorException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(TypeT &&value)
bool TypeHasBeenSet() const
void SetMessage(MessageT &&value)
InternalServerErrorException & WithType(TypeT &&value)
const Aws::String & GetMessage() const
InternalServerErrorException & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue