@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
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 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 String toString()
toString
in class Object
Object.toString()
public DeleteEntityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()