Class WorkflowType
java.lang.Object
com.amazonaws.services.simpleworkflow.model.WorkflowType
- All Implemented Interfaces:
Serializable
,Cloneable
Represents a workflow type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
Required. The name of the workflow type.Required. The version of the workflow type.int
hashCode()
void
Required. The name of the workflow type.void
setVersion
(String version) Required. The version of the workflow type.toString()
Returns a string representation of this object; useful for testing and debugging.Required. The name of the workflow type.withVersion
(String version) Required. The version of the workflow type.
-
Constructor Details
-
WorkflowType
public WorkflowType()
-
-
Method Details
-
setName
Required. The name of the workflow type.
The combination of workflow type name and version must be unique with in a domain. - Parameters:
name
- Required. The name of the workflow type.
-
getName
Required. The name of the workflow type.
The combination of workflow type name and version must be unique with in a domain. - Returns:
- Required. The name of the workflow type.
-
withName
Required. The name of the workflow type.
The combination of workflow type name and version must be unique with in a domain. - Parameters:
name
- Required. The name of the workflow type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersion
Required. The version of the workflow type.
The combination of workflow type name and version must be unique with in a domain. - Parameters:
version
- Required. The version of the workflow type.
-
getVersion
Required. The version of the workflow type.
The combination of workflow type name and version must be unique with in a domain. - Returns:
- Required. The version of the workflow type.
-
withVersion
Required. The version of the workflow type.
The combination of workflow type name and version must be unique with in a domain. - Parameters:
version
- Required. The version of the workflow type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-