@Generated(value="software.amazon.awssdk:codegen") public final class CreateSourceRepositoryBranchResponse extends CodeCatalystResponse implements ToCopyableBuilder<CreateSourceRepositoryBranchResponse.Builder,CreateSourceRepositoryBranchResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateSourceRepositoryBranchResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateSourceRepositoryBranchResponse.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 newly created branch.
|
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 newly created branch.
|
String |
ref()
The Git reference name of the branch.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateSourceRepositoryBranchResponse.Builder> |
serializableBuilderClass() |
CreateSourceRepositoryBranchResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, 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 newly created 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 newly created branch.
public CreateSourceRepositoryBranchResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateSourceRepositoryBranchResponse.Builder,CreateSourceRepositoryBranchResponse>toBuilder in class AwsResponsepublic static CreateSourceRepositoryBranchResponse.Builder builder()
public static Class<? extends CreateSourceRepositoryBranchResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.