@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Step extends Object implements Serializable, Cloneable, StructuredPojo
Step signifies the criteria to be used for routing to an agent
Constructor and Description |
---|
Step() |
Modifier and Type | Method and Description |
---|---|
Step |
clone() |
boolean |
equals(Object obj) |
Expiry |
getExpiry()
An object to specify the expiration of a routing step.
|
Expression |
getExpression()
A tagged union to specify expression for a routing step.
|
String |
getStatus()
Represents status of the Routing step.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExpiry(Expiry expiry)
An object to specify the expiration of a routing step.
|
void |
setExpression(Expression expression)
A tagged union to specify expression for a routing step.
|
void |
setStatus(String status)
Represents status of the Routing step.
|
String |
toString()
Returns a string representation of this object.
|
Step |
withExpiry(Expiry expiry)
An object to specify the expiration of a routing step.
|
Step |
withExpression(Expression expression)
A tagged union to specify expression for a routing step.
|
Step |
withStatus(RoutingCriteriaStepStatus status)
Represents status of the Routing step.
|
Step |
withStatus(String status)
Represents status of the Routing step.
|
public void setExpiry(Expiry expiry)
An object to specify the expiration of a routing step.
expiry
- An object to specify the expiration of a routing step.public Expiry getExpiry()
An object to specify the expiration of a routing step.
public Step withExpiry(Expiry expiry)
An object to specify the expiration of a routing step.
expiry
- An object to specify the expiration of a routing step.public void setExpression(Expression expression)
A tagged union to specify expression for a routing step.
expression
- A tagged union to specify expression for a routing step.public Expression getExpression()
A tagged union to specify expression for a routing step.
public Step withExpression(Expression expression)
A tagged union to specify expression for a routing step.
expression
- A tagged union to specify expression for a routing step.public void setStatus(String status)
Represents status of the Routing step.
status
- Represents status of the Routing step.RoutingCriteriaStepStatus
public String getStatus()
Represents status of the Routing step.
RoutingCriteriaStepStatus
public Step withStatus(String status)
Represents status of the Routing step.
status
- Represents status of the Routing step.RoutingCriteriaStepStatus
public Step withStatus(RoutingCriteriaStepStatus status)
Represents status of the Routing step.
status
- Represents status of the Routing step.RoutingCriteriaStepStatus
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.