@Generated(value="software.amazon.awssdk:codegen") public final class GetNamespaceDeletionStatusResponse extends IoTThingsGraphResponse implements ToCopyableBuilder<GetNamespaceDeletionStatusResponse.Builder,GetNamespaceDeletionStatusResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetNamespaceDeletionStatusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetNamespaceDeletionStatusResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
NamespaceDeletionStatusErrorCodes |
errorCode()
An error code returned by the namespace deletion task.
|
String |
errorCodeAsString()
An error code returned by the namespace deletion task.
|
String |
errorMessage()
An error code returned by the namespace deletion task.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
namespaceArn()
The ARN of the namespace that is being deleted.
|
String |
namespaceName()
The name of the namespace that is being deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetNamespaceDeletionStatusResponse.Builder> |
serializableBuilderClass() |
NamespaceDeletionStatus |
status()
The status of the deletion request.
|
String |
statusAsString()
The status of the deletion request.
|
GetNamespaceDeletionStatusResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String namespaceArn()
The ARN of the namespace that is being deleted.
public final String namespaceName()
The name of the namespace that is being deleted.
public final NamespaceDeletionStatus status()
The status of the deletion request.
If the service returns an enum value that is not available in the current SDK version, status will
return NamespaceDeletionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
NamespaceDeletionStatuspublic final String statusAsString()
The status of the deletion request.
If the service returns an enum value that is not available in the current SDK version, status will
return NamespaceDeletionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
NamespaceDeletionStatuspublic final NamespaceDeletionStatusErrorCodes errorCode()
An error code returned by the namespace deletion task.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return NamespaceDeletionStatusErrorCodes.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from errorCodeAsString().
NamespaceDeletionStatusErrorCodespublic final String errorCodeAsString()
An error code returned by the namespace deletion task.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return NamespaceDeletionStatusErrorCodes.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from errorCodeAsString().
NamespaceDeletionStatusErrorCodespublic final String errorMessage()
An error code returned by the namespace deletion task.
public GetNamespaceDeletionStatusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetNamespaceDeletionStatusResponse.Builder,GetNamespaceDeletionStatusResponse>toBuilder in class AwsResponsepublic static GetNamespaceDeletionStatusResponse.Builder builder()
public static Class<? extends GetNamespaceDeletionStatusResponse.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.