@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNamespaceDeletionStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetNamespaceDeletionStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
GetNamespaceDeletionStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
An error code returned by the namespace deletion task.
|
String |
getErrorMessage()
An error code returned by the namespace deletion task.
|
String |
getNamespaceArn()
The ARN of the namespace that is being deleted.
|
String |
getNamespaceName()
The name of the namespace that is being deleted.
|
String |
getStatus()
The status of the deletion request.
|
int |
hashCode() |
void |
setErrorCode(String errorCode)
An error code returned by the namespace deletion task.
|
void |
setErrorMessage(String errorMessage)
An error code returned by the namespace deletion task.
|
void |
setNamespaceArn(String namespaceArn)
The ARN of the namespace that is being deleted.
|
void |
setNamespaceName(String namespaceName)
The name of the namespace that is being deleted.
|
void |
setStatus(String status)
The status of the deletion request.
|
String |
toString()
Returns a string representation of this object.
|
GetNamespaceDeletionStatusResult |
withErrorCode(NamespaceDeletionStatusErrorCodes errorCode)
An error code returned by the namespace deletion task.
|
GetNamespaceDeletionStatusResult |
withErrorCode(String errorCode)
An error code returned by the namespace deletion task.
|
GetNamespaceDeletionStatusResult |
withErrorMessage(String errorMessage)
An error code returned by the namespace deletion task.
|
GetNamespaceDeletionStatusResult |
withNamespaceArn(String namespaceArn)
The ARN of the namespace that is being deleted.
|
GetNamespaceDeletionStatusResult |
withNamespaceName(String namespaceName)
The name of the namespace that is being deleted.
|
GetNamespaceDeletionStatusResult |
withStatus(NamespaceDeletionStatus status)
The status of the deletion request.
|
GetNamespaceDeletionStatusResult |
withStatus(String status)
The status of the deletion request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNamespaceArn(String namespaceArn)
The ARN of the namespace that is being deleted.
namespaceArn - The ARN of the namespace that is being deleted.public String getNamespaceArn()
The ARN of the namespace that is being deleted.
public GetNamespaceDeletionStatusResult withNamespaceArn(String namespaceArn)
The ARN of the namespace that is being deleted.
namespaceArn - The ARN of the namespace that is being deleted.public void setNamespaceName(String namespaceName)
The name of the namespace that is being deleted.
namespaceName - The name of the namespace that is being deleted.public String getNamespaceName()
The name of the namespace that is being deleted.
public GetNamespaceDeletionStatusResult withNamespaceName(String namespaceName)
The name of the namespace that is being deleted.
namespaceName - The name of the namespace that is being deleted.public void setStatus(String status)
The status of the deletion request.
status - The status of the deletion request.NamespaceDeletionStatuspublic String getStatus()
The status of the deletion request.
NamespaceDeletionStatuspublic GetNamespaceDeletionStatusResult withStatus(String status)
The status of the deletion request.
status - The status of the deletion request.NamespaceDeletionStatuspublic GetNamespaceDeletionStatusResult withStatus(NamespaceDeletionStatus status)
The status of the deletion request.
status - The status of the deletion request.NamespaceDeletionStatuspublic void setErrorCode(String errorCode)
An error code returned by the namespace deletion task.
errorCode - An error code returned by the namespace deletion task.NamespaceDeletionStatusErrorCodespublic String getErrorCode()
An error code returned by the namespace deletion task.
NamespaceDeletionStatusErrorCodespublic GetNamespaceDeletionStatusResult withErrorCode(String errorCode)
An error code returned by the namespace deletion task.
errorCode - An error code returned by the namespace deletion task.NamespaceDeletionStatusErrorCodespublic GetNamespaceDeletionStatusResult withErrorCode(NamespaceDeletionStatusErrorCodes errorCode)
An error code returned by the namespace deletion task.
errorCode - An error code returned by the namespace deletion task.NamespaceDeletionStatusErrorCodespublic void setErrorMessage(String errorMessage)
An error code returned by the namespace deletion task.
errorMessage - An error code returned by the namespace deletion task.public String getErrorMessage()
An error code returned by the namespace deletion task.
public GetNamespaceDeletionStatusResult withErrorMessage(String errorMessage)
An error code returned by the namespace deletion task.
errorMessage - An error code returned by the namespace deletion task.public String toString()
toString in class ObjectObject.toString()public GetNamespaceDeletionStatusResult clone()