@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DeleteWorkflowTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()