@Generated(value="software.amazon.awssdk:codegen") public final class ListSourceRepositoriesItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListSourceRepositoriesItem.Builder,ListSourceRepositoriesItem>
Information about a source repository returned in a list of source repositories.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSourceRepositoriesItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSourceRepositoriesItem.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 repository, if any.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The system-generated unique ID of the source repository.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSourceRepositoriesItem.Builder> |
serializableBuilderClass() |
ListSourceRepositoriesItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The system-generated unique ID of the source repository.
public final String name()
The name of the source repository.
public final String description()
The description of the repository, if any.
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 ListSourceRepositoriesItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSourceRepositoriesItem.Builder,ListSourceRepositoriesItem>public static ListSourceRepositoriesItem.Builder builder()
public static Class<? extends ListSourceRepositoriesItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.