@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWorkflowTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteWorkflowTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteWorkflowTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain in which the workflow type is registered.
|
WorkflowType |
getWorkflowType()
The workflow type to delete.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain in which the workflow type is registered.
|
void |
setWorkflowType(WorkflowType workflowType)
The workflow type to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteWorkflowTypeRequest |
withDomain(String domain)
The name of the domain in which the workflow type is registered.
|
DeleteWorkflowTypeRequest |
withWorkflowType(WorkflowType workflowType)
The workflow type 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, withSdkRequestTimeoutpublic void setDomain(String domain)
The name of the domain in which the workflow type is registered.
domain - The name of the domain in which the workflow type is registered.public String getDomain()
The name of the domain in which the workflow type is registered.
public DeleteWorkflowTypeRequest withDomain(String domain)
The name of the domain in which the workflow type is registered.
domain - The name of the domain in which the workflow type is registered.public void setWorkflowType(WorkflowType workflowType)
The workflow type to delete.
workflowType - The workflow type to delete.public WorkflowType getWorkflowType()
The workflow type to delete.
public DeleteWorkflowTypeRequest withWorkflowType(WorkflowType workflowType)
The workflow type to delete.
workflowType - The workflow type to delete.public String toString()
toString in class ObjectObject.toString()public DeleteWorkflowTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.