public class DeprecateWorkflowTypeRequest 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 the workflow type is registered.
|
private WorkflowType |
workflowType
The workflow type to deprecate.
|
NOOP
Constructor and Description |
---|
DeprecateWorkflowTypeRequest() |
Modifier and Type | Method and Description |
---|---|
DeprecateWorkflowTypeRequest |
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 the workflow type is registered.
|
WorkflowType |
getWorkflowType()
The workflow type to deprecate.
|
int |
hashCode() |
void |
setDomain(java.lang.String domain)
The name of the domain in which the workflow type is registered.
|
void |
setWorkflowType(WorkflowType workflowType)
The workflow type to deprecate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeprecateWorkflowTypeRequest |
withDomain(java.lang.String domain)
The name of the domain in which the workflow type is registered.
|
DeprecateWorkflowTypeRequest |
withWorkflowType(WorkflowType workflowType)
The workflow type to deprecate.
|
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 the workflow type is registered.
private WorkflowType workflowType
The workflow type to deprecate.
public void setDomain(java.lang.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 java.lang.String getDomain()
The name of the domain in which the workflow type is registered.
public DeprecateWorkflowTypeRequest withDomain(java.lang.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 deprecate.
workflowType
- The workflow type to deprecate.public WorkflowType getWorkflowType()
The workflow type to deprecate.
public DeprecateWorkflowTypeRequest withWorkflowType(WorkflowType workflowType)
The workflow type to deprecate.
workflowType
- The workflow type to deprecate.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 DeprecateWorkflowTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()