AWS SDK for C++
1.8.128
AWS SDK for C++
|
#include <Conflict.h>
Public Member Functions | |
Conflict () | |
Conflict (Aws::Utils::Json::JsonView jsonValue) | |
Conflict & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const ConflictMetadata & | GetConflictMetadata () const |
bool | ConflictMetadataHasBeenSet () const |
void | SetConflictMetadata (const ConflictMetadata &value) |
void | SetConflictMetadata (ConflictMetadata &&value) |
Conflict & | WithConflictMetadata (const ConflictMetadata &value) |
Conflict & | WithConflictMetadata (ConflictMetadata &&value) |
const Aws::Vector< MergeHunk > & | GetMergeHunks () const |
bool | MergeHunksHasBeenSet () const |
void | SetMergeHunks (const Aws::Vector< MergeHunk > &value) |
void | SetMergeHunks (Aws::Vector< MergeHunk > &&value) |
Conflict & | WithMergeHunks (const Aws::Vector< MergeHunk > &value) |
Conflict & | WithMergeHunks (Aws::Vector< MergeHunk > &&value) |
Conflict & | AddMergeHunks (const MergeHunk &value) |
Conflict & | AddMergeHunks (MergeHunk &&value) |
Information about conflicts in a merge operation.
Definition at line 34 of file Conflict.h.
Aws::CodeCommit::Model::Conflict::Conflict | ( | ) |
Aws::CodeCommit::Model::Conflict::Conflict | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
A list of hunks that contain the differences between files or lines causing the conflict.
Definition at line 114 of file Conflict.h.
A list of hunks that contain the differences between files or lines causing the conflict.
Definition at line 120 of file Conflict.h.
|
inline |
Metadata about a conflict in a merge operation.
Definition at line 51 of file Conflict.h.
|
inline |
Metadata about a conflict in a merge operation.
Definition at line 46 of file Conflict.h.
|
inline |
A list of hunks that contain the differences between files or lines causing the conflict.
Definition at line 78 of file Conflict.h.
Aws::Utils::Json::JsonValue Aws::CodeCommit::Model::Conflict::Jsonize | ( | ) | const |
|
inline |
A list of hunks that contain the differences between files or lines causing the conflict.
Definition at line 84 of file Conflict.h.
Conflict& Aws::CodeCommit::Model::Conflict::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
Metadata about a conflict in a merge operation.
Definition at line 61 of file Conflict.h.
|
inline |
Metadata about a conflict in a merge operation.
Definition at line 56 of file Conflict.h.
|
inline |
A list of hunks that contain the differences between files or lines causing the conflict.
Definition at line 96 of file Conflict.h.
|
inline |
A list of hunks that contain the differences between files or lines causing the conflict.
Definition at line 90 of file Conflict.h.
|
inline |
Metadata about a conflict in a merge operation.
Definition at line 71 of file Conflict.h.
|
inline |
Metadata about a conflict in a merge operation.
Definition at line 66 of file Conflict.h.
|
inline |
A list of hunks that contain the differences between files or lines causing the conflict.
Definition at line 108 of file Conflict.h.
|
inline |
A list of hunks that contain the differences between files or lines causing the conflict.
Definition at line 102 of file Conflict.h.