@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEntityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteEntityRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteEntityRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEntityId()
The ID of the entity to delete.
|
Boolean |
getIsRecursive()
A Boolean value that specifies whether the operation deletes child entities.
|
String |
getWorkspaceId()
The ID of the workspace that contains the entity to delete.
|
int |
hashCode() |
Boolean |
isRecursive()
A Boolean value that specifies whether the operation deletes child entities.
|
void |
setEntityId(String entityId)
The ID of the entity to delete.
|
void |
setIsRecursive(Boolean isRecursive)
A Boolean value that specifies whether the operation deletes child entities.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace that contains the entity to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEntityRequest |
withEntityId(String entityId)
The ID of the entity to delete.
|
DeleteEntityRequest |
withIsRecursive(Boolean isRecursive)
A Boolean value that specifies whether the operation deletes child entities.
|
DeleteEntityRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace that contains the entity to delete.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEntityId(String entityId)
The ID of the entity to delete.
entityId - The ID of the entity to delete.public String getEntityId()
The ID of the entity to delete.
public DeleteEntityRequest withEntityId(String entityId)
The ID of the entity to delete.
entityId - The ID of the entity to delete.public void setIsRecursive(Boolean isRecursive)
A Boolean value that specifies whether the operation deletes child entities.
isRecursive - A Boolean value that specifies whether the operation deletes child entities.public Boolean getIsRecursive()
A Boolean value that specifies whether the operation deletes child entities.
public DeleteEntityRequest withIsRecursive(Boolean isRecursive)
A Boolean value that specifies whether the operation deletes child entities.
isRecursive - A Boolean value that specifies whether the operation deletes child entities.public Boolean isRecursive()
A Boolean value that specifies whether the operation deletes child entities.
public void setWorkspaceId(String workspaceId)
The ID of the workspace that contains the entity to delete.
workspaceId - The ID of the workspace that contains the entity to delete.public String getWorkspaceId()
The ID of the workspace that contains the entity to delete.
public DeleteEntityRequest withWorkspaceId(String workspaceId)
The ID of the workspace that contains the entity to delete.
workspaceId - The ID of the workspace that contains the entity to delete.public String toString()
toString in class ObjectObject.toString()public DeleteEntityRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.