@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWorkforceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteWorkforceRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteWorkforceRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getWorkforceName()
 The name of the workforce. | 
| int | hashCode() | 
| void | setWorkforceName(String workforceName)
 The name of the workforce. | 
| String | toString()Returns a string representation of this object. | 
| DeleteWorkforceRequest | withWorkforceName(String workforceName)
 The name of the workforce. | 
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 setWorkforceName(String workforceName)
The name of the workforce.
workforceName - The name of the workforce.public String getWorkforceName()
The name of the workforce.
public DeleteWorkforceRequest withWorkforceName(String workforceName)
The name of the workforce.
workforceName - The name of the workforce.public String toString()
toString in class ObjectObject.toString()public DeleteWorkforceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()