7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector/Inspector_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>
59 m_canRetryHasBeenSet =
true;
70 bool m_canRetry{
false};
71 bool m_messageHasBeenSet =
false;
72 bool m_canRetryHasBeenSet =
false;
AWS_INSPECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
InternalException & WithMessage(MessageT &&value)
AWS_INSPECTOR_API InternalException(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR_API InternalException()=default
void SetCanRetry(bool value)
InternalException & WithCanRetry(bool value)
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_INSPECTOR_API InternalException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CanRetryHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue