7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 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)
void SetMessage(const Aws::String &value)
AWS_INSPECTOR_API UnsupportedFeatureException(Aws::Utils::Json::JsonView jsonValue)
UnsupportedFeatureException & WithMessage(const Aws::String &value)
UnsupportedFeatureException & WithMessage(Aws::String &&value)
AWS_INSPECTOR_API UnsupportedFeatureException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetCanRetry(bool value)
const Aws::String & GetMessage() const
AWS_INSPECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
UnsupportedFeatureException & WithMessage(const char *value)
UnsupportedFeatureException & WithCanRetry(bool value)
AWS_INSPECTOR_API UnsupportedFeatureException()
void SetMessage(const char *value)
bool CanRetryHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue