7#include <aws/iotfleetwise/IoTFleetWise_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 SetResource(
const char* value) { m_resourceHasBeenSet =
true; m_resource.assign(value); }
76 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
84 bool m_messageHasBeenSet =
false;
87 bool m_resourceHasBeenSet =
false;
90 bool m_resourceTypeHasBeenSet =
false;
ConflictException & WithResourceType(const char *value)
void SetResourceType(Aws::String &&value)
ConflictException & WithResource(const char *value)
bool MessageHasBeenSet() const
bool ResourceTypeHasBeenSet() const
void SetResource(const char *value)
const Aws::String & GetMessage() const
ConflictException & WithResource(Aws::String &&value)
AWS_IOTFLEETWISE_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithResource(const Aws::String &value)
AWS_IOTFLEETWISE_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
void SetResource(const Aws::String &value)
void SetResourceType(const Aws::String &value)
void SetMessage(const char *value)
ConflictException & WithResourceType(Aws::String &&value)
void SetResourceType(const char *value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceHasBeenSet() const
void SetResource(Aws::String &&value)
void SetMessage(const Aws::String &value)
ConflictException & WithResourceType(const Aws::String &value)
const Aws::String & GetResourceType() const
ConflictException & WithMessage(Aws::String &&value)
ConflictException & WithMessage(const Aws::String &value)
const Aws::String & GetResource() const
AWS_IOTFLEETWISE_API ConflictException()
ConflictException & WithMessage(const char *value)
void SetMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue