public class DescribeWorkflowTypeRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
domain
The name of the domain in which this workflow type is registered.
|
private WorkflowType |
workflowType
The workflow type to describe.
|
NOOP
Constructor and Description |
---|
DescribeWorkflowTypeRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkflowTypeRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.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(java.lang.String domain)
The name of the domain in which this workflow type is registered.
|
void |
setWorkflowType(WorkflowType workflowType)
The workflow type to describe.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeWorkflowTypeRequest |
withDomain(java.lang.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, withSdkRequestTimeout
private java.lang.String domain
The name of the domain in which this workflow type is registered.
private WorkflowType workflowType
The workflow type to describe.
public void setDomain(java.lang.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 java.lang.String getDomain()
The name of the domain in which this workflow type is registered.
public DescribeWorkflowTypeRequest withDomain(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeWorkflowTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()