@Generated(value="software.amazon.awssdk:codegen") public final class CodeRepositorySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeRepositorySummary.Builder,CodeRepositorySummary>
Specifies summary information about a Git repository.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodeRepositorySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CodeRepositorySummary.Builder |
builder() |
String |
codeRepositoryArn()
The Amazon Resource Name (ARN) of the Git repository.
|
String |
codeRepositoryName()
The name of the Git repository.
|
Instant |
creationTime()
The date and time that the Git repository was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GitConfig |
gitConfig()
Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web
Services Secrets Manager secret that contains the credentials used to access the repository.
|
int |
hashCode() |
Instant |
lastModifiedTime()
The date and time that the Git repository was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeRepositorySummary.Builder> |
serializableBuilderClass() |
CodeRepositorySummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String codeRepositoryName()
The name of the Git repository.
public final String codeRepositoryArn()
The Amazon Resource Name (ARN) of the Git repository.
public final Instant creationTime()
The date and time that the Git repository was created.
public final Instant lastModifiedTime()
The date and time that the Git repository was last modified.
public final GitConfig gitConfig()
Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.
public CodeRepositorySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodeRepositorySummary.Builder,CodeRepositorySummary>public static CodeRepositorySummary.Builder builder()
public static Class<? extends CodeRepositorySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.