|
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.services.simpleworkflow.model.WorkflowTypeDetail
public class WorkflowTypeDetail
Contains details about a workflow type.
| Constructor Summary | |
|---|---|
WorkflowTypeDetail()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
WorkflowTypeConfiguration |
getConfiguration()
Configuration settings of the workflow type registered through RegisterWorkflowType |
WorkflowTypeInfo |
getTypeInfo()
General information about the workflow type. |
int |
hashCode()
|
void |
setConfiguration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through RegisterWorkflowType |
void |
setTypeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
WorkflowTypeDetail |
withConfiguration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through RegisterWorkflowType |
WorkflowTypeDetail |
withTypeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowTypeDetail()
| Method Detail |
|---|
public WorkflowTypeInfo getTypeInfo()
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
public void setTypeInfo(WorkflowTypeInfo typeInfo)
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
typeInfo - General information about the workflow type. The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
public WorkflowTypeDetail withTypeInfo(WorkflowTypeInfo typeInfo)
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
Returns a reference to this object so that method calls can be chained together.
typeInfo - General information about the workflow type. The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
public WorkflowTypeConfiguration getConfiguration()
public void setConfiguration(WorkflowTypeConfiguration configuration)
configuration - Configuration settings of the workflow type registered through
RegisterWorkflowTypepublic WorkflowTypeDetail withConfiguration(WorkflowTypeConfiguration configuration)
Returns a reference to this object so that method calls can be chained together.
configuration - Configuration settings of the workflow type registered through
RegisterWorkflowType
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||