|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpleworkflow.model.DeprecateWorkflowTypeRequest
public class DeprecateWorkflowTypeRequest
Container for the parameters to the DeprecateWorkflowType operation.
Deprecates the specified workflow type . After a workflow type has been deprecated, you cannot create new executions of that type. Executions that were started before the type was deprecated will continue to run. A deprecated workflow type may still be used when calling visibility actions.
NOTE: This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
AmazonSimpleWorkflow.deprecateWorkflowType(DeprecateWorkflowTypeRequest)| Constructor Summary | |
|---|---|
DeprecateWorkflowTypeRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeprecateWorkflowTypeRequest()
| Method Detail |
|---|
public java.lang.String getDomain()
Constraints:
Length: 1 - 256
public void setDomain(java.lang.String domain)
Constraints:
Length: 1 - 256
domain - The name of the domain in which the workflow type is registered.public DeprecateWorkflowTypeRequest withDomain(java.lang.String domain)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
domain - The name of the domain in which the workflow type is registered.
public WorkflowType getWorkflowType()
public void setWorkflowType(WorkflowType workflowType)
workflowType - The workflow type to deprecate.public DeprecateWorkflowTypeRequest withWorkflowType(WorkflowType workflowType)
Returns a reference to this object so that method calls can be chained together.
workflowType - The workflow type to deprecate.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||