public class DescribeWorkflowTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeWorkflowTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkflowTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain in which this workflow type is registered.
|
WorkflowType |
getWorkflowType()
The workflow type to describe.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain in which this workflow type is registered.
|
void |
setWorkflowType(WorkflowType workflowType)
The workflow type to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeWorkflowTypeRequest |
withDomain(String domain)
The name of the domain in which this workflow type is registered.
|
DescribeWorkflowTypeRequest |
withWorkflowType(WorkflowType workflowType)
The workflow type to describe.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomain(String domain)
The name of the domain in which this workflow type is registered.
domain - The name of the domain in which this workflow type is registered.public String getDomain()
The name of the domain in which this workflow type is registered.
public DescribeWorkflowTypeRequest withDomain(String domain)
The name of the domain in which this workflow type is registered.
domain - The name of the domain in which this workflow type is registered.public void setWorkflowType(WorkflowType workflowType)
The workflow type to describe.
workflowType - The workflow type to describe.public WorkflowType getWorkflowType()
The workflow type to describe.
public DescribeWorkflowTypeRequest withWorkflowType(WorkflowType workflowType)
The workflow type to describe.
workflowType - The workflow type to describe.public String toString()
toString in class ObjectObject.toString()public DescribeWorkflowTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.