@Generated(value="software.amazon.awssdk:codegen") public final class RepositorySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RepositorySummary.Builder,RepositorySummary>
Details about a repository, including its Amazon Resource Name (ARN), description, and domain information. The ListRepositories
operation returns a list of RepositorySummary objects.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RepositorySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
administratorAccount()
The Amazon Web Services account ID that manages the repository.
|
String |
arn()
The ARN of the repository.
|
static RepositorySummary.Builder |
builder() |
Instant |
createdTime()
A timestamp that represents the date and time the repository was created.
|
String |
description()
The description of the repository.
|
String |
domainName()
The name of the domain that contains the repository.
|
String |
domainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RepositorySummary.Builder> |
serializableBuilderClass() |
RepositorySummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the repository.
public final String administratorAccount()
The Amazon Web Services account ID that manages the repository.
public final String domainName()
The name of the domain that contains the repository.
public final String domainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
public final String arn()
The ARN of the repository.
public final String description()
The description of the repository.
public final Instant createdTime()
A timestamp that represents the date and time the repository was created.
public RepositorySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RepositorySummary.Builder,RepositorySummary>public static RepositorySummary.Builder builder()
public static Class<? extends RepositorySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.