7#include <aws/codeguru-security/CodeGuruSecurity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeGuruSecurity
50 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
64 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
78 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
92 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
100 bool m_errorCodeHasBeenSet =
false;
103 bool m_messageHasBeenSet =
false;
106 bool m_resourceIdHasBeenSet =
false;
109 bool m_resourceTypeHasBeenSet =
false;
ConflictException & WithResourceId(Aws::String &&value)
void SetResourceId(const Aws::String &value)
void SetErrorCode(const char *value)
ConflictException & WithResourceType(const Aws::String &value)
AWS_CODEGURUSECURITY_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(const char *value)
ConflictException & WithErrorCode(const char *value)
const Aws::String & GetResourceId() const
ConflictException & WithErrorCode(Aws::String &&value)
bool MessageHasBeenSet() const
bool ResourceTypeHasBeenSet() const
void SetErrorCode(Aws::String &&value)
void SetResourceType(const char *value)
bool ResourceIdHasBeenSet() const
AWS_CODEGURUSECURITY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorCode(const Aws::String &value)
void SetResourceType(Aws::String &&value)
void SetMessage(const Aws::String &value)
const Aws::String & GetErrorCode() const
const Aws::String & GetMessage() const
ConflictException & WithResourceType(Aws::String &&value)
ConflictException & WithMessage(const Aws::String &value)
AWS_CODEGURUSECURITY_API ConflictException()
void SetMessage(Aws::String &&value)
AWS_CODEGURUSECURITY_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
void SetResourceId(const char *value)
bool ErrorCodeHasBeenSet() const
ConflictException & WithResourceType(const char *value)
ConflictException & WithResourceId(const char *value)
void SetResourceId(Aws::String &&value)
const Aws::String & GetResourceType() const
ConflictException & WithMessage(Aws::String &&value)
ConflictException & WithErrorCode(const Aws::String &value)
ConflictException & WithResourceId(const Aws::String &value)
void SetResourceType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue