@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 String registryName()
The name of the registry.
public String registryArn()
The Amazon Resource Name (ARN) of the registry.
public String description()
A description of the registry.
public 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 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 String createdTime()
The date and time the registry was created.
public 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 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 © 2020. All rights reserved.