7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetFilePath(
const char* value) { m_filePathHasBeenSet =
true; m_filePath.assign(value); }
63 inline void SetExceptionName(
const char* value) { m_exceptionNameHasBeenSet =
true; m_exceptionName.assign(value); }
77 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
85 bool m_filePathHasBeenSet =
false;
88 bool m_exceptionNameHasBeenSet =
false;
91 bool m_messageHasBeenSet =
false;
BatchDescribeMergeConflictsError & WithMessage(Aws::String &&value)
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
bool FilePathHasBeenSet() const
AWS_CODECOMMIT_API BatchDescribeMergeConflictsError(Aws::Utils::Json::JsonView jsonValue)
void SetExceptionName(const char *value)
BatchDescribeMergeConflictsError & WithFilePath(Aws::String &&value)
void SetFilePath(const Aws::String &value)
void SetMessage(Aws::String &&value)
AWS_CODECOMMIT_API BatchDescribeMergeConflictsError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExceptionName(Aws::String &&value)
const Aws::String & GetExceptionName() const
BatchDescribeMergeConflictsError & WithMessage(const char *value)
void SetExceptionName(const Aws::String &value)
const Aws::String & GetFilePath() const
void SetFilePath(Aws::String &&value)
void SetFilePath(const char *value)
BatchDescribeMergeConflictsError & WithExceptionName(const char *value)
void SetMessage(const char *value)
BatchDescribeMergeConflictsError & WithExceptionName(Aws::String &&value)
BatchDescribeMergeConflictsError & WithFilePath(const char *value)
bool MessageHasBeenSet() const
bool ExceptionNameHasBeenSet() const
BatchDescribeMergeConflictsError & WithMessage(const Aws::String &value)
AWS_CODECOMMIT_API BatchDescribeMergeConflictsError()
BatchDescribeMergeConflictsError & WithFilePath(const Aws::String &value)
BatchDescribeMergeConflictsError & WithExceptionName(const Aws::String &value)
void SetMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue