7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codeartifact/model/ResourceType.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); }
82 bool m_messageHasBeenSet =
false;
85 bool m_resourceIdHasBeenSet =
false;
88 bool m_resourceTypeHasBeenSet =
false;
ServiceQuotaExceededException & WithResourceId(Aws::String &&value)
void SetResourceId(Aws::String &&value)
const Aws::String & GetResourceId() const
ServiceQuotaExceededException & WithResourceId(const Aws::String &value)
void SetMessage(Aws::String &&value)
ServiceQuotaExceededException & WithResourceType(ResourceType &&value)
void SetResourceType(const ResourceType &value)
void SetResourceId(const char *value)
void SetMessage(const char *value)
const ResourceType & GetResourceType() const
ServiceQuotaExceededException & WithMessage(const Aws::String &value)
bool MessageHasBeenSet() const
bool ResourceTypeHasBeenSet() const
ServiceQuotaExceededException & WithMessage(Aws::String &&value)
AWS_CODEARTIFACT_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(ResourceType &&value)
void SetResourceId(const Aws::String &value)
const Aws::String & GetMessage() const
ServiceQuotaExceededException & WithResourceId(const char *value)
ServiceQuotaExceededException & WithResourceType(const ResourceType &value)
AWS_CODEARTIFACT_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaExceededException & WithMessage(const char *value)
bool ResourceIdHasBeenSet() const
AWS_CODEARTIFACT_API ServiceQuotaExceededException()
AWS_CODEARTIFACT_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue