@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) |
<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 AWS
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() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String codeRepositoryName()
The name of the git repository.
public String codeRepositoryArn()
The Amazon Resource Name (ARN) of the git repository.
public Instant creationTime()
The date and time that the git repository was created.
public Instant lastModifiedTime()
The date and time that the git repository was last modified.
public GitConfig gitConfig()
Configuration details for the git repository, including the URL where it is located and the ARN of the AWS 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()
Copyright © 2018. All rights reserved.