7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename MessageT = Aws::String>
49 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
50 template<
typename MessageT = Aws::String>
58 inline void SetCanRetry(
bool value) { m_canRetryHasBeenSet =
true; m_canRetry = value; }
64 bool m_messageHasBeenSet =
false;
66 bool m_canRetry{
false};
67 bool m_canRetryHasBeenSet =
false;
UnsupportedFeatureException & WithMessage(MessageT &&value)
AWS_INSPECTOR_API UnsupportedFeatureException(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR_API UnsupportedFeatureException()=default
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
void SetMessage(MessageT &&value)
UnsupportedFeatureException & WithCanRetry(bool value)
bool CanRetryHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue