@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCodeRepositoryResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeCodeRepositoryResponse.Builder,DescribeCodeRepositoryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCodeRepositoryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCodeRepositoryResponse.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 repository was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GitConfig |
gitConfig()
Configuration details about the repository, including the URL where the repository is located, the default
branch, and the Amazon Resource Name (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 repository was last changed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCodeRepositoryResponse.Builder> |
serializableBuilderClass() |
DescribeCodeRepositoryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 repository was created.
public Instant lastModifiedTime()
The date and time that the repository was last changed.
public GitConfig gitConfig()
Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the repository.
public DescribeCodeRepositoryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCodeRepositoryResponse.Builder,DescribeCodeRepositoryResponse>toBuilder in class AwsResponsepublic static DescribeCodeRepositoryResponse.Builder builder()
public static Class<? extends DescribeCodeRepositoryResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.