StructuredPojo, ToCopyableBuilder<BranchInfo.Builder,BranchInfo>@Generated("software.amazon.awssdk:codegen") public class BranchInfo extends Object implements StructuredPojo, ToCopyableBuilder<BranchInfo.Builder,BranchInfo>
Returns information about a branch.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
BranchInfo.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
String |
branchName() |
The name of the branch.
|
static BranchInfo.Builder |
builder() |
|
String |
commitId() |
The ID of the last commit made to the branch.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends BranchInfo.Builder> |
serializableBuilderClass() |
|
BranchInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String branchName()
The name of the branch.
public String commitId()
The ID of the last commit made to the branch.
public BranchInfo.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<BranchInfo.Builder,BranchInfo>public static BranchInfo.Builder builder()
public static Class<? extends BranchInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.