@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() |
boolean |
equals(Object obj) |
Boolean |
getRecursiveDeleteOption()
The option to delete the workgroup and its contents even if the workgroup contains any named queries.
|
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.
|
void |
setRecursiveDeleteOption(Boolean recursiveDeleteOption)
The option to delete the workgroup and its contents even if the workgroup contains any named queries.
|
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.
|
DeleteWorkGroupRequest |
withWorkGroup(String workGroup)
The unique name of the workgroup 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, withSdkRequestTimeout
public 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.
recursiveDeleteOption
- The option to delete the workgroup and its contents even if the workgroup contains any named queries.public Boolean getRecursiveDeleteOption()
The option to delete the workgroup and its contents even if the workgroup contains any named queries.
public DeleteWorkGroupRequest withRecursiveDeleteOption(Boolean recursiveDeleteOption)
The option to delete the workgroup and its contents even if the workgroup contains any named queries.
recursiveDeleteOption
- The option to delete the workgroup and its contents even if the workgroup contains any named queries.public Boolean isRecursiveDeleteOption()
The option to delete the workgroup and its contents even if the workgroup contains any named queries.
public String toString()
toString
in class Object
Object.toString()
public DeleteWorkGroupRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.