@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrafficRoutingConfig extends Object implements Serializable, Cloneable, StructuredPojo
Currently, the TrafficRoutingConfig API is not supported.
| Constructor and Description |
|---|
TrafficRoutingConfig() |
| Modifier and Type | Method and Description |
|---|---|
TrafficRoutingConfig |
clone() |
boolean |
equals(Object obj) |
CapacitySize |
getCanarySize()
|
String |
getType()
|
Integer |
getWaitIntervalInSeconds()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCanarySize(CapacitySize canarySize)
|
void |
setType(String type)
|
void |
setWaitIntervalInSeconds(Integer waitIntervalInSeconds)
|
String |
toString()
Returns a string representation of this object.
|
TrafficRoutingConfig |
withCanarySize(CapacitySize canarySize)
|
TrafficRoutingConfig |
withType(String type)
|
TrafficRoutingConfig |
withType(TrafficRoutingConfigType type)
|
TrafficRoutingConfig |
withWaitIntervalInSeconds(Integer waitIntervalInSeconds)
|
public void setType(String type)
type - TrafficRoutingConfigTypepublic String getType()
TrafficRoutingConfigTypepublic TrafficRoutingConfig withType(String type)
type - TrafficRoutingConfigTypepublic TrafficRoutingConfig withType(TrafficRoutingConfigType type)
type - TrafficRoutingConfigTypepublic void setWaitIntervalInSeconds(Integer waitIntervalInSeconds)
waitIntervalInSeconds - public Integer getWaitIntervalInSeconds()
public TrafficRoutingConfig withWaitIntervalInSeconds(Integer waitIntervalInSeconds)
waitIntervalInSeconds - public void setCanarySize(CapacitySize canarySize)
canarySize - public CapacitySize getCanarySize()
public TrafficRoutingConfig withCanarySize(CapacitySize canarySize)
canarySize - public String toString()
toString in class ObjectObject.toString()public TrafficRoutingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.