7#include <aws/inspector/Inspector_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); }
60 inline void SetCanRetry(
bool value) { m_canRetryHasBeenSet =
true; m_canRetry = value; }
66 bool m_messageHasBeenSet =
false;
69 bool m_canRetryHasBeenSet =
false;
void SetMessage(Aws::String &&value)
AWS_INSPECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
AWS_INSPECTOR_API InternalException()
AWS_INSPECTOR_API InternalException(Aws::Utils::Json::JsonView jsonValue)
InternalException & WithMessage(const char *value)
void SetMessage(const char *value)
InternalException & WithMessage(const Aws::String &value)
void SetCanRetry(bool value)
InternalException & WithCanRetry(bool value)
bool MessageHasBeenSet() const
AWS_INSPECTOR_API InternalException & operator=(Aws::Utils::Json::JsonView jsonValue)
InternalException & WithMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
bool CanRetryHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue