7#include <aws/serverlessrepo/ServerlessApplicationRepository_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ServerlessApplicationRepository
48 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
62 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
70 bool m_errorCodeHasBeenSet =
false;
73 bool m_messageHasBeenSet =
false;
ConflictException & WithErrorCode(Aws::String &&value)
bool ErrorCodeHasBeenSet() const
const Aws::String & GetMessage() const
void SetErrorCode(const char *value)
void SetMessage(const char *value)
ConflictException & WithMessage(const Aws::String &value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AWS_SERVERLESSAPPLICATIONREPOSITORY_API Aws::Utils::Json::JsonValue Jsonize() const
ConflictException & WithMessage(Aws::String &&value)
const Aws::String & GetErrorCode() const
ConflictException & WithErrorCode(const Aws::String &value)
void SetMessage(const Aws::String &value)
ConflictException & WithErrorCode(const char *value)
void SetErrorCode(Aws::String &&value)
void SetMessage(Aws::String &&value)
void SetErrorCode(const Aws::String &value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(const char *value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ConflictException()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue