7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/panorama/model/ConflictExceptionErrorArgument.h>
64 inline void SetErrorId(
const char* value) { m_errorIdHasBeenSet =
true; m_errorId.assign(value); }
76 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
90 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
104 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
112 bool m_errorArgumentsHasBeenSet =
false;
115 bool m_errorIdHasBeenSet =
false;
118 bool m_messageHasBeenSet =
false;
121 bool m_resourceIdHasBeenSet =
false;
124 bool m_resourceTypeHasBeenSet =
false;
void SetMessage(const Aws::String &value)
ConflictException & WithErrorId(Aws::String &&value)
ConflictException & WithResourceId(const char *value)
void SetResourceId(Aws::String &&value)
ConflictException & WithMessage(const Aws::String &value)
void SetResourceId(const Aws::String &value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
ConflictException & AddErrorArguments(const ConflictExceptionErrorArgument &value)
void SetMessage(const char *value)
const Aws::String & GetResourceType() const
const Aws::String & GetMessage() const
ConflictException & WithMessage(const char *value)
AWS_PANORAMA_API ConflictException()
ConflictException & AddErrorArguments(ConflictExceptionErrorArgument &&value)
void SetResourceType(Aws::String &&value)
bool MessageHasBeenSet() const
void SetErrorId(const char *value)
bool ResourceTypeHasBeenSet() const
void SetResourceType(const char *value)
AWS_PANORAMA_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ConflictExceptionErrorArgument > & GetErrorArguments() const
void SetErrorId(const Aws::String &value)
bool ErrorIdHasBeenSet() const
ConflictException & WithErrorArguments(const Aws::Vector< ConflictExceptionErrorArgument > &value)
ConflictException & WithResourceType(const char *value)
const Aws::String & GetErrorId() const
ConflictException & WithResourceId(Aws::String &&value)
const Aws::String & GetResourceId() const
bool ErrorArgumentsHasBeenSet() const
void SetMessage(Aws::String &&value)
void SetResourceType(const Aws::String &value)
void SetErrorArguments(Aws::Vector< ConflictExceptionErrorArgument > &&value)
void SetErrorArguments(const Aws::Vector< ConflictExceptionErrorArgument > &value)
void SetResourceId(const char *value)
ConflictException & WithResourceType(const Aws::String &value)
ConflictException & WithErrorArguments(Aws::Vector< ConflictExceptionErrorArgument > &&value)
ConflictException & WithMessage(Aws::String &&value)
void SetErrorId(Aws::String &&value)
ConflictException & WithResourceType(Aws::String &&value)
ConflictException & WithErrorId(const Aws::String &value)
ConflictException & WithResourceId(const Aws::String &value)
ConflictException & WithErrorId(const char *value)
AWS_PANORAMA_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
bool ResourceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue