@Generated(value="software.amazon.awssdk:codegen") public final class ListSourceRepositoryBranchesItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListSourceRepositoryBranchesItem.Builder,ListSourceRepositoryBranchesItem>
Information about a branch of a source repository returned in a list of branches.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSourceRepositoryBranchesItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSourceRepositoryBranchesItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
headCommitId()
The commit ID of the tip of the branch at the time of the request, also known as the head commit.
|
Instant |
lastUpdatedTime()
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
|
String |
name()
The name of the branch.
|
String |
ref()
The Git reference name of the branch.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSourceRepositoryBranchesItem.Builder> |
serializableBuilderClass() |
ListSourceRepositoryBranchesItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ref()
The Git reference name of the branch.
public final String name()
The name of the branch.
public final Instant lastUpdatedTime()
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
public final String headCommitId()
The commit ID of the tip of the branch at the time of the request, also known as the head commit.
public ListSourceRepositoryBranchesItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSourceRepositoryBranchesItem.Builder,ListSourceRepositoryBranchesItem>public static ListSourceRepositoryBranchesItem.Builder builder()
public static Class<? extends ListSourceRepositoryBranchesItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.