@Generated(value="software.amazon.awssdk:codegen") public final class RepositorySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RepositorySummary.Builder,RepositorySummary>
Summary data of a linked repository—a repository that has been registered with Proton.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RepositorySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the linked repository.
|
static RepositorySummary.Builder |
builder() |
String |
connectionArn()
The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The repository name.
|
RepositoryProvider |
provider()
The repository provider.
|
String |
providerAsString()
The repository provider.
|
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 arn()
The Amazon Resource Name (ARN) of the linked repository.
public final String connectionArn()
The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository.
public final String name()
The repository name.
public final RepositoryProvider provider()
The repository provider.
If the service returns an enum value that is not available in the current SDK version, provider will
return RepositoryProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
providerAsString().
RepositoryProviderpublic final String providerAsString()
The repository provider.
If the service returns an enum value that is not available in the current SDK version, provider will
return RepositoryProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
providerAsString().
RepositoryProviderpublic 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.