7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
62 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
70 bool m_messageHasBeenSet =
false;
73 bool m_typeHasBeenSet =
false;
void SetType(Aws::String &&value)
void SetMessage(const Aws::String &value)
void SetType(const Aws::String &value)
InternalServerErrorException & WithMessage(Aws::String &&value)
AWS_GUARDDUTY_API InternalServerErrorException(Aws::Utils::Json::JsonView jsonValue)
InternalServerErrorException & WithType(const Aws::String &value)
InternalServerErrorException & WithMessage(const char *value)
InternalServerErrorException & WithType(Aws::String &&value)
const Aws::String & GetType() const
bool MessageHasBeenSet() const
InternalServerErrorException & WithType(const char *value)
InternalServerErrorException & WithMessage(const Aws::String &value)
void SetMessage(Aws::String &&value)
void SetMessage(const char *value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API InternalServerErrorException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
AWS_GUARDDUTY_API InternalServerErrorException()
void SetType(const char *value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue