7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename FilePathT = Aws::String>
48 void SetFilePath(FilePathT&& value) { m_filePathHasBeenSet =
true; m_filePath = std::forward<FilePathT>(value); }
49 template<
typename FilePathT = Aws::String>
59 template<
typename ExceptionNameT = Aws::String>
60 void SetExceptionName(ExceptionNameT&& value) { m_exceptionNameHasBeenSet =
true; m_exceptionName = std::forward<ExceptionNameT>(value); }
61 template<
typename ExceptionNameT = Aws::String>
71 template<
typename MessageT = Aws::String>
72 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
73 template<
typename MessageT = Aws::String>
79 bool m_filePathHasBeenSet =
false;
82 bool m_exceptionNameHasBeenSet =
false;
85 bool m_messageHasBeenSet =
false;
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
BatchDescribeMergeConflictsError & WithMessage(MessageT &&value)
const Aws::String & GetMessage() const
bool FilePathHasBeenSet() const
AWS_CODECOMMIT_API BatchDescribeMergeConflictsError(Aws::Utils::Json::JsonView jsonValue)
BatchDescribeMergeConflictsError & WithFilePath(FilePathT &&value)
AWS_CODECOMMIT_API BatchDescribeMergeConflictsError()=default
void SetExceptionName(ExceptionNameT &&value)
AWS_CODECOMMIT_API BatchDescribeMergeConflictsError & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchDescribeMergeConflictsError & WithExceptionName(ExceptionNameT &&value)
const Aws::String & GetExceptionName() const
const Aws::String & GetFilePath() const
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
bool ExceptionNameHasBeenSet() const
void SetFilePath(FilePathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue