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