public class RoutingStrategy extends Object implements Serializable, Cloneable
Routing configuration for a fleet alias.
Constructor and Description |
---|
RoutingStrategy() |
Modifier and Type | Method and Description |
---|---|
RoutingStrategy |
clone() |
boolean |
equals(Object obj) |
String |
getFleetId()
Unique identifier for a fleet.
|
String |
getMessage()
Message text to be used with a terminal routing strategy.
|
String |
getType()
Type of routing strategy.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
Unique identifier for a fleet.
|
void |
setMessage(String message)
Message text to be used with a terminal routing strategy.
|
void |
setType(RoutingStrategyType type)
Type of routing strategy.
|
void |
setType(String type)
Type of routing strategy.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RoutingStrategy |
withFleetId(String fleetId)
Unique identifier for a fleet.
|
RoutingStrategy |
withMessage(String message)
Message text to be used with a terminal routing strategy.
|
RoutingStrategy |
withType(RoutingStrategyType type)
Type of routing strategy.
|
RoutingStrategy |
withType(String type)
Type of routing strategy.
|
public void setType(String type)
Type of routing strategy.
Possible routing types include the following:
type
- Type of routing strategy.
Possible routing types include the following:
RoutingStrategyType
public String getType()
Type of routing strategy.
Possible routing types include the following:
Possible routing types include the following:
RoutingStrategyType
public RoutingStrategy withType(String type)
Type of routing strategy.
Possible routing types include the following:
type
- Type of routing strategy.
Possible routing types include the following:
RoutingStrategyType
public void setType(RoutingStrategyType type)
Type of routing strategy.
Possible routing types include the following:
type
- Type of routing strategy.
Possible routing types include the following:
RoutingStrategyType
public RoutingStrategy withType(RoutingStrategyType type)
Type of routing strategy.
Possible routing types include the following:
type
- Type of routing strategy.
Possible routing types include the following:
RoutingStrategyType
public void setFleetId(String fleetId)
Unique identifier for a fleet.
fleetId
- Unique identifier for a fleet.public String getFleetId()
Unique identifier for a fleet.
public RoutingStrategy withFleetId(String fleetId)
Unique identifier for a fleet.
fleetId
- Unique identifier for a fleet.public void setMessage(String message)
Message text to be used with a terminal routing strategy.
message
- Message text to be used with a terminal routing strategy.public String getMessage()
Message text to be used with a terminal routing strategy.
public RoutingStrategy withMessage(String message)
Message text to be used with a terminal routing strategy.
message
- Message text to be used with a terminal routing strategy.public String toString()
toString
in class Object
Object.toString()
public RoutingStrategy clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.