7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
62 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
70 bool m_messageHasBeenSet =
false;
73 bool m_resourceIdHasBeenSet =
false;
ServiceQuotaExceededException & WithResourceId(const char *value)
AWS_INSPECTOR2_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API ServiceQuotaExceededException()
const Aws::String & GetMessage() const
ServiceQuotaExceededException & WithMessage(const Aws::String &value)
const Aws::String & GetResourceId() const
ServiceQuotaExceededException & WithResourceId(const Aws::String &value)
ServiceQuotaExceededException & WithMessage(const char *value)
bool ResourceIdHasBeenSet() const
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
ServiceQuotaExceededException & WithMessage(Aws::String &&value)
void SetResourceId(Aws::String &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
ServiceQuotaExceededException & WithResourceId(Aws::String &&value)
void SetResourceId(const char *value)
void SetMessage(const Aws::String &value)
AWS_INSPECTOR2_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
void SetResourceId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue