Class RepositorySummary
- java.lang.Object
-
- software.amazon.awssdk.services.codeartifact.model.RepositorySummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RepositorySummary.Builder,RepositorySummary>
@Generated("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
RepositorySummaryobjects.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRepositorySummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringadministratorAccount()The Amazon Web Services account ID that manages the repository.Stringarn()The ARN of the repository.static RepositorySummary.Builderbuilder()InstantcreatedTime()A timestamp that represents the date and time the repository was created.Stringdescription()The description of the repository.StringdomainName()The name of the domain that contains the repository.StringdomainOwner()The 12-digit account number of the Amazon Web Services account that owns the domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the repository.List<SdkField<?>>sdkFields()static Class<? extends RepositorySummary.Builder>serializableBuilderClass()RepositorySummary.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
-
name
public final String name()
The name of the repository.
- Returns:
- The name of the repository.
-
administratorAccount
public final String administratorAccount()
The Amazon Web Services account ID that manages the repository.
- Returns:
- The Amazon Web Services account ID that manages the repository.
-
domainName
public final String domainName()
The name of the domain that contains the repository.
- Returns:
- The name of the domain that contains the repository.
-
domainOwner
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.
- Returns:
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
-
arn
public final String arn()
The ARN of the repository.
- Returns:
- The ARN of the repository.
-
description
public final String description()
The description of the repository.
- Returns:
- The description of the repository.
-
createdTime
public final Instant createdTime()
A timestamp that represents the date and time the repository was created.
- Returns:
- A timestamp that represents the date and time the repository was created.
-
toBuilder
public RepositorySummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RepositorySummary.Builder,RepositorySummary>
-
builder
public static RepositorySummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends RepositorySummary.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.
-
-