@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkflowTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeWorkflowTypeRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkflowTypeRequest |
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 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.
|
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.
|
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 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 Object
Object.toString()
public DescribeWorkflowTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()