@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RoutingConfig extends Object implements Serializable, Cloneable, StructuredPojo
The routing configuration of the endpoint.
Constructor and Description |
---|
RoutingConfig() |
Modifier and Type | Method and Description |
---|---|
RoutingConfig |
clone() |
boolean |
equals(Object obj) |
FailoverConfig |
getFailoverConfig()
The failover configuration for an endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFailoverConfig(FailoverConfig failoverConfig)
The failover configuration for an endpoint.
|
String |
toString()
Returns a string representation of this object.
|
RoutingConfig |
withFailoverConfig(FailoverConfig failoverConfig)
The failover configuration for an endpoint.
|
public void setFailoverConfig(FailoverConfig failoverConfig)
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
failoverConfig
- The failover configuration for an endpoint. This includes what triggers failover and what happens when
it's triggered.public FailoverConfig getFailoverConfig()
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
public RoutingConfig withFailoverConfig(FailoverConfig failoverConfig)
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
failoverConfig
- The failover configuration for an endpoint. This includes what triggers failover and what happens when
it's triggered.public String toString()
toString
in class Object
Object.toString()
public RoutingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.