Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class WorkflowTypeFilter

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
All Implemented Interfaces:
Serializable

public class WorkflowTypeFilter
extends Object
implements Serializable

Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.

See Also:
Serialized Form

Constructor Summary
WorkflowTypeFilter()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          Name of the workflow type.
 String getVersion()
          Version of the workflow type.
 int hashCode()
           
 void setName(String name)
          Name of the workflow type.
 void setVersion(String version)
          Version of the workflow type.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 WorkflowTypeFilter withName(String name)
          Name of the workflow type.
 WorkflowTypeFilter withVersion(String version)
          Version of the workflow type.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowTypeFilter

public WorkflowTypeFilter()
Method Detail

getName

public String getName()
Name of the workflow type. This field is required.

Constraints:
Length: 1 - 256

Returns:
Name of the workflow type. This field is required.

setName

public void setName(String name)
Name of the workflow type. This field is required.

Constraints:
Length: 1 - 256

Parameters:
name - Name of the workflow type. This field is required.

withName

public WorkflowTypeFilter withName(String name)
Name of the workflow type. This field is required.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 256

Parameters:
name - Name of the workflow type. This field is required.
Returns:
A reference to this updated object so that method calls can be chained together.

getVersion

public String getVersion()
Version of the workflow type.

Constraints:
Length: 0 - 64

Returns:
Version of the workflow type.

setVersion

public void setVersion(String version)
Version of the workflow type.

Constraints:
Length: 0 - 64

Parameters:
version - Version of the workflow type.

withVersion

public WorkflowTypeFilter withVersion(String version)
Version of the workflow type.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 64

Parameters:
version - Version of the workflow type.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.