@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 String namespaceArn()
The ARN of the namespace that is being deleted.
public String namespaceName()
The name of the namespace that is being deleted.
public 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 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 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 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 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 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.