public class WorkflowType extends Object implements Serializable, Cloneable
Represents a workflow type.
Constructor and Description |
---|
WorkflowType() |
Modifier and Type | Method and Description |
---|---|
WorkflowType |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Required. The name of the workflow type.
|
String |
getVersion()
Required. The version of the workflow type.
|
int |
hashCode() |
void |
setName(String name)
Required. The name of the workflow type.
|
void |
setVersion(String version)
Required. The version of the workflow type.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
WorkflowType |
withName(String name)
Required. The name of the workflow type.
|
WorkflowType |
withVersion(String version)
Required. The version of the workflow type.
|
public String getName()
Constraints:
Length: 1 - 256
public void setName(String name)
Constraints:
Length: 1 - 256
name
- Required. The name of the workflow type. public WorkflowType withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
name
- Required. The name of the workflow type. public String getVersion()
Constraints:
Length: 1 - 64
public void setVersion(String version)
Constraints:
Length: 1 - 64
version
- Required. The version of the workflow type. public WorkflowType withVersion(String version)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
version
- Required. The version of the workflow type. public String toString()
toString
in class Object
Object.toString()
public WorkflowType clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.