@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDatalakeExceptionsSubscriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteDatalakeExceptionsSubscriptionResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDatalakeExceptionsSubscriptionResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Retrieves the status of the delete Security Lake operation for an account.
|
int |
hashCode() |
void |
setStatus(String status)
Retrieves the status of the delete Security Lake operation for an account.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDatalakeExceptionsSubscriptionResult |
withStatus(String status)
Retrieves the status of the delete Security Lake operation for an account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DeleteDatalakeExceptionsSubscriptionResult()
public void setStatus(String status)
Retrieves the status of the delete Security Lake operation for an account.
status - Retrieves the status of the delete Security Lake operation for an account.public String getStatus()
Retrieves the status of the delete Security Lake operation for an account.
public DeleteDatalakeExceptionsSubscriptionResult withStatus(String status)
Retrieves the status of the delete Security Lake operation for an account.
status - Retrieves the status of the delete Security Lake operation for an account.public String toString()
toString in class ObjectObject.toString()public DeleteDatalakeExceptionsSubscriptionResult clone()
Copyright © 2023. All rights reserved.