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