@Generated(value="software.amazon.awssdk:codegen") public final class DeleteRegistryResponse extends GlueResponse implements ToCopyableBuilder<DeleteRegistryResponse.Builder,DeleteRegistryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteRegistryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteRegistryResponse.Builder |
builder() |
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 being deleted.
|
String |
registryName()
The name of the registry being deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteRegistryResponse.Builder> |
serializableBuilderClass() |
RegistryStatus |
status()
The status of the registry.
|
String |
statusAsString()
The status of the registry.
|
DeleteRegistryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String registryName()
The name of the registry being deleted.
public String registryArn()
The Amazon Resource Name (ARN) of the registry being deleted.
public RegistryStatus status()
The status of the registry. A successful operation will return the Deleting status.
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().
Deleting status.RegistryStatuspublic String statusAsString()
The status of the registry. A successful operation will return the Deleting status.
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().
Deleting status.RegistryStatuspublic DeleteRegistryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteRegistryResponse.Builder,DeleteRegistryResponse>toBuilder in class AwsResponsepublic static DeleteRegistryResponse.Builder builder()
public static Class<? extends DeleteRegistryResponse.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.