7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/billingconductor/model/ConflictExceptionReason.h>
22namespace BillingConductor
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); }
76 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
96 bool m_messageHasBeenSet =
false;
99 bool m_resourceIdHasBeenSet =
false;
102 bool m_resourceTypeHasBeenSet =
false;
105 bool m_reasonHasBeenSet =
false;
bool ResourceIdHasBeenSet() const
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
ConflictException & WithResourceId(const char *value)
AWS_BILLINGCONDUCTOR_API Aws::Utils::Json::JsonValue Jsonize() const
ConflictException & WithResourceType(const char *value)
void SetResourceType(const char *value)
const Aws::String & GetMessage() const
const Aws::String & GetResourceId() const
ConflictException & WithReason(ConflictExceptionReason &&value)
ConflictException & WithMessage(const Aws::String &value)
bool MessageHasBeenSet() const
ConflictException & WithResourceId(Aws::String &&value)
AWS_BILLINGCONDUCTOR_API ConflictException()
ConflictException & WithMessage(Aws::String &&value)
ConflictException & WithReason(const ConflictExceptionReason &value)
AWS_BILLINGCONDUCTOR_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(Aws::String &&value)
AWS_BILLINGCONDUCTOR_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceType() const
ConflictException & WithMessage(const char *value)
ConflictException & WithResourceId(const Aws::String &value)
bool ReasonHasBeenSet() const
void SetResourceId(const Aws::String &value)
void SetReason(ConflictExceptionReason &&value)
void SetResourceType(const Aws::String &value)
const ConflictExceptionReason & GetReason() const
void SetMessage(const Aws::String &value)
void SetResourceId(const char *value)
bool ResourceTypeHasBeenSet() const
void SetResourceId(Aws::String &&value)
ConflictException & WithResourceType(Aws::String &&value)
ConflictException & WithResourceType(const Aws::String &value)
void SetReason(const ConflictExceptionReason &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue