@Generated(value="software.amazon.awssdk:codegen") public final class GetRegistryResponse extends GlueResponse implements ToCopyableBuilder<GetRegistryResponse.Builder,GetRegistryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRegistryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetRegistryResponse.Builder |
builder() |
String |
createdTime()
The date and time the registry was created.
|
String |
description()
A description of the registry.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryArn()
The Amazon Resource Name (ARN) of the registry.
|
String |
registryName()
The name of the registry.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRegistryResponse.Builder> |
serializableBuilderClass() |
RegistryStatus |
status()
The status of the registry.
|
String |
statusAsString()
The status of the registry.
|
GetRegistryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updatedTime()
The date and time the registry was updated.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryName()
The name of the registry.
public final String registryArn()
The Amazon Resource Name (ARN) of the registry.
public final String description()
A description of the registry.
public final RegistryStatus status()
The status of the registry.
If the service returns an enum value that is not available in the current SDK version, status will
return RegistryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RegistryStatuspublic final String statusAsString()
The status of the registry.
If the service returns an enum value that is not available in the current SDK version, status will
return RegistryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RegistryStatuspublic final String createdTime()
The date and time the registry was created.
public final String updatedTime()
The date and time the registry was updated.
public GetRegistryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRegistryResponse.Builder,GetRegistryResponse>toBuilder in class AwsResponsepublic static GetRegistryResponse.Builder builder()
public static Class<? extends GetRegistryResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.