@Generated(value="software.amazon.awssdk:codegen") public final class GetSourceRepositoryResponse extends CodeCatalystResponse implements ToCopyableBuilder<GetSourceRepositoryResponse.Builder,GetSourceRepositoryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSourceRepositoryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSourceRepositoryResponse.Builder |
builder() |
Instant |
createdTime()
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in
RFC 3339.
|
String |
description()
The description of the source repository.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as
specified in RFC 3339.
|
String |
name()
The name of the source repository.
|
String |
projectName()
The name of the project in the space.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSourceRepositoryResponse.Builder> |
serializableBuilderClass() |
String |
spaceName()
The name of the space.
|
GetSourceRepositoryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String spaceName()
The name of the space.
public final String projectName()
The name of the project in the space.
public final String name()
The name of the source repository.
public final String description()
The description of the source repository.
public final Instant lastUpdatedTime()
The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
public final Instant createdTime()
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
public GetSourceRepositoryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSourceRepositoryResponse.Builder,GetSourceRepositoryResponse>toBuilder in class AwsResponsepublic static GetSourceRepositoryResponse.Builder builder()
public static Class<? extends GetSourceRepositoryResponse.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 © 2023. All rights reserved.