@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
- TrafficRoutingConfigType
public String getType()
TrafficRoutingConfigType
public TrafficRoutingConfig withType(String type)
type
- TrafficRoutingConfigType
public TrafficRoutingConfig withType(TrafficRoutingConfigType type)
type
- TrafficRoutingConfigType
public 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 Object
Object.toString()
public TrafficRoutingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.