@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWorkGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteWorkGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteWorkGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getRecursiveDeleteOption()
The option to delete the workgroup and its contents even if the workgroup contains any named queries, query
executions, or notebooks.
|
String |
getWorkGroup()
The unique name of the workgroup to delete.
|
int |
hashCode() |
Boolean |
isRecursiveDeleteOption()
The option to delete the workgroup and its contents even if the workgroup contains any named queries, query
executions, or notebooks.
|
void |
setRecursiveDeleteOption(Boolean recursiveDeleteOption)
The option to delete the workgroup and its contents even if the workgroup contains any named queries, query
executions, or notebooks.
|
void |
setWorkGroup(String workGroup)
The unique name of the workgroup to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteWorkGroupRequest |
withRecursiveDeleteOption(Boolean recursiveDeleteOption)
The option to delete the workgroup and its contents even if the workgroup contains any named queries, query
executions, or notebooks.
|
DeleteWorkGroupRequest |
withWorkGroup(String workGroup)
The unique name of the workgroup 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, withSdkRequestTimeoutpublic void setWorkGroup(String workGroup)
The unique name of the workgroup to delete.
workGroup - The unique name of the workgroup to delete.public String getWorkGroup()
The unique name of the workgroup to delete.
public DeleteWorkGroupRequest withWorkGroup(String workGroup)
The unique name of the workgroup to delete.
workGroup - The unique name of the workgroup to delete.public void setRecursiveDeleteOption(Boolean recursiveDeleteOption)
The option to delete the workgroup and its contents even if the workgroup contains any named queries, query executions, or notebooks.
recursiveDeleteOption - The option to delete the workgroup and its contents even if the workgroup contains any named queries,
query executions, or notebooks.public Boolean getRecursiveDeleteOption()
The option to delete the workgroup and its contents even if the workgroup contains any named queries, query executions, or notebooks.
public DeleteWorkGroupRequest withRecursiveDeleteOption(Boolean recursiveDeleteOption)
The option to delete the workgroup and its contents even if the workgroup contains any named queries, query executions, or notebooks.
recursiveDeleteOption - The option to delete the workgroup and its contents even if the workgroup contains any named queries,
query executions, or notebooks.public Boolean isRecursiveDeleteOption()
The option to delete the workgroup and its contents even if the workgroup contains any named queries, query executions, or notebooks.
public String toString()
toString in class ObjectObject.toString()public DeleteWorkGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()