#include <MergeHunkDetail.h>
Information about the details of a merge hunk that contains a conflict in a merge or pull request operation.
See Also:
AWS API Reference
Definition at line 32 of file MergeHunkDetail.h.
◆ MergeHunkDetail() [1/2]
Aws::CodeCommit::Model::MergeHunkDetail::MergeHunkDetail |
( |
| ) |
|
◆ MergeHunkDetail() [2/2]
◆ EndLineHasBeenSet()
bool Aws::CodeCommit::Model::MergeHunkDetail::EndLineHasBeenSet |
( |
| ) |
const |
|
inline |
The end position of the hunk in the merge result.
Definition at line 70 of file MergeHunkDetail.h.
◆ GetEndLine()
int Aws::CodeCommit::Model::MergeHunkDetail::GetEndLine |
( |
| ) |
const |
|
inline |
The end position of the hunk in the merge result.
Definition at line 65 of file MergeHunkDetail.h.
◆ GetHunkContent()
const Aws::String& Aws::CodeCommit::Model::MergeHunkDetail::GetHunkContent |
( |
| ) |
const |
|
inline |
The base-64 encoded content of the hunk merged region that might contain a conflict.
Definition at line 87 of file MergeHunkDetail.h.
◆ GetStartLine()
int Aws::CodeCommit::Model::MergeHunkDetail::GetStartLine |
( |
| ) |
const |
|
inline |
The start position of the hunk in the merge result.
Definition at line 44 of file MergeHunkDetail.h.
◆ HunkContentHasBeenSet()
bool Aws::CodeCommit::Model::MergeHunkDetail::HunkContentHasBeenSet |
( |
| ) |
const |
|
inline |
The base-64 encoded content of the hunk merged region that might contain a conflict.
Definition at line 93 of file MergeHunkDetail.h.
◆ Jsonize()
◆ operator=()
◆ SetEndLine()
void Aws::CodeCommit::Model::MergeHunkDetail::SetEndLine |
( |
int |
value | ) |
|
|
inline |
The end position of the hunk in the merge result.
Definition at line 75 of file MergeHunkDetail.h.
◆ SetHunkContent() [1/3]
void Aws::CodeCommit::Model::MergeHunkDetail::SetHunkContent |
( |
Aws::String && |
value | ) |
|
|
inline |
The base-64 encoded content of the hunk merged region that might contain a conflict.
Definition at line 105 of file MergeHunkDetail.h.
◆ SetHunkContent() [2/3]
void Aws::CodeCommit::Model::MergeHunkDetail::SetHunkContent |
( |
const Aws::String & |
value | ) |
|
|
inline |
The base-64 encoded content of the hunk merged region that might contain a conflict.
Definition at line 99 of file MergeHunkDetail.h.
◆ SetHunkContent() [3/3]
void Aws::CodeCommit::Model::MergeHunkDetail::SetHunkContent |
( |
const char * |
value | ) |
|
|
inline |
The base-64 encoded content of the hunk merged region that might contain a conflict.
Definition at line 111 of file MergeHunkDetail.h.
◆ SetStartLine()
void Aws::CodeCommit::Model::MergeHunkDetail::SetStartLine |
( |
int |
value | ) |
|
|
inline |
The start position of the hunk in the merge result.
Definition at line 54 of file MergeHunkDetail.h.
◆ StartLineHasBeenSet()
bool Aws::CodeCommit::Model::MergeHunkDetail::StartLineHasBeenSet |
( |
| ) |
const |
|
inline |
The start position of the hunk in the merge result.
Definition at line 49 of file MergeHunkDetail.h.
◆ WithEndLine()
MergeHunkDetail& Aws::CodeCommit::Model::MergeHunkDetail::WithEndLine |
( |
int |
value | ) |
|
|
inline |
The end position of the hunk in the merge result.
Definition at line 80 of file MergeHunkDetail.h.
◆ WithHunkContent() [1/3]
The base-64 encoded content of the hunk merged region that might contain a conflict.
Definition at line 123 of file MergeHunkDetail.h.
◆ WithHunkContent() [2/3]
The base-64 encoded content of the hunk merged region that might contain a conflict.
Definition at line 117 of file MergeHunkDetail.h.
◆ WithHunkContent() [3/3]
MergeHunkDetail& Aws::CodeCommit::Model::MergeHunkDetail::WithHunkContent |
( |
const char * |
value | ) |
|
|
inline |
The base-64 encoded content of the hunk merged region that might contain a conflict.
Definition at line 129 of file MergeHunkDetail.h.
◆ WithStartLine()
MergeHunkDetail& Aws::CodeCommit::Model::MergeHunkDetail::WithStartLine |
( |
int |
value | ) |
|
|
inline |
The start position of the hunk in the merge result.
Definition at line 59 of file MergeHunkDetail.h.
The documentation for this class was generated from the following file: