Class ListSourceRepositoriesItem
- java.lang.Object
-
- software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoriesItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListSourceRepositoriesItem.Builder,ListSourceRepositoriesItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListSourceRepositoriesItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSourceRepositoriesItem.Builderbuilder()InstantcreatedTime()The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.Stringdescription()The description of the repository, if any.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The system-generated unique ID of the source repository.InstantlastUpdatedTime()The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.Stringname()The name of the source repository.List<SdkField<?>>sdkFields()static Class<? extends ListSourceRepositoriesItem.Builder>serializableBuilderClass()ListSourceRepositoriesItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The system-generated unique ID of the source repository.
- Returns:
- The system-generated unique ID of the source repository.
-
name
public final String name()
The name of the source repository.
- Returns:
- The name of the source repository.
-
description
public final String description()
The description of the repository, if any.
- Returns:
- The description of the repository, if any.
-
lastUpdatedTime
public final Instant lastUpdatedTime()
The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Returns:
- The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
-
createdTime
public final Instant createdTime()
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Returns:
- The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
-
toBuilder
public ListSourceRepositoriesItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListSourceRepositoriesItem.Builder,ListSourceRepositoriesItem>
-
builder
public static ListSourceRepositoriesItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListSourceRepositoriesItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-