Package | Description |
---|---|
com.amazonaws.services.codecommit.model | |
com.amazonaws.services.codecommit.model.transform |
Modifier and Type | Field and Description |
---|---|
private BranchInfo |
GetBranchResult.branch
The name of the branch.
|
Modifier and Type | Method and Description |
---|---|
BranchInfo |
BranchInfo.clone() |
BranchInfo |
GetBranchResult.getBranch()
The name of the branch.
|
BranchInfo |
BranchInfo.withBranchName(java.lang.String branchName)
The name of the branch.
|
BranchInfo |
BranchInfo.withCommitId(java.lang.String commitId)
The ID of the last commit made to the branch.
|
Modifier and Type | Method and Description |
---|---|
void |
GetBranchResult.setBranch(BranchInfo branch)
The name of the branch.
|
GetBranchResult |
GetBranchResult.withBranch(BranchInfo branch)
The name of the branch.
|
Modifier and Type | Method and Description |
---|---|
BranchInfo |
BranchInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BranchInfoJsonMarshaller.marshall(BranchInfo branchInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|