@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeprecateWorkflowTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeprecateWorkflowTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeprecateWorkflowTypeRequest |
clone() |
boolean |
equals(Object obj) |
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(String domain)
The name of the domain in which the workflow type is registered.
|
void |
setWorkflowType(WorkflowType workflowType)
The workflow type to deprecate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeprecateWorkflowTypeRequest |
withDomain(String domain)
The name of the domain in which the workflow type is registered.
|
DeprecateWorkflowTypeRequest |
withWorkflowType(WorkflowType workflowType)
The workflow type to deprecate.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, 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 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 DeprecateWorkflowTypeRequest 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 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 String toString()
toString in class ObjectObject.toString()public DeprecateWorkflowTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.