7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector/model/NoSuchEntityErrorCode.h>
50 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
74 inline void SetCanRetry(
bool value) { m_canRetryHasBeenSet =
true; m_canRetry = value; }
80 bool m_messageHasBeenSet =
false;
83 bool m_errorCodeHasBeenSet =
false;
86 bool m_canRetryHasBeenSet =
false;
bool ErrorCodeHasBeenSet() const
NoSuchEntityException & WithErrorCode(const NoSuchEntityErrorCode &value)
const Aws::String & GetMessage() const
bool CanRetryHasBeenSet() const
NoSuchEntityException & WithMessage(Aws::String &&value)
void SetMessage(Aws::String &&value)
NoSuchEntityException & WithCanRetry(bool value)
void SetErrorCode(NoSuchEntityErrorCode &&value)
NoSuchEntityException & WithMessage(const Aws::String &value)
void SetCanRetry(bool value)
void SetErrorCode(const NoSuchEntityErrorCode &value)
AWS_INSPECTOR_API NoSuchEntityException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AWS_INSPECTOR_API NoSuchEntityException & operator=(Aws::Utils::Json::JsonView jsonValue)
NoSuchEntityException & WithErrorCode(NoSuchEntityErrorCode &&value)
NoSuchEntityException & WithMessage(const char *value)
void SetMessage(const char *value)
void SetMessage(const Aws::String &value)
const NoSuchEntityErrorCode & GetErrorCode() const
AWS_INSPECTOR_API NoSuchEntityException()
AWS_INSPECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue