@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsElbLoadBalancerConnectionSettings extends Object implements Serializable, Cloneable, StructuredPojo
Contains connection settings for the load balancer.
Constructor and Description |
---|
AwsElbLoadBalancerConnectionSettings() |
Modifier and Type | Method and Description |
---|---|
AwsElbLoadBalancerConnectionSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getIdleTimeout()
The time, in seconds, that the connection can be idle (no data is sent over the connection) before it is closed
by the load balancer.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIdleTimeout(Integer idleTimeout)
The time, in seconds, that the connection can be idle (no data is sent over the connection) before it is closed
by the load balancer.
|
String |
toString()
Returns a string representation of this object.
|
AwsElbLoadBalancerConnectionSettings |
withIdleTimeout(Integer idleTimeout)
The time, in seconds, that the connection can be idle (no data is sent over the connection) before it is closed
by the load balancer.
|
public AwsElbLoadBalancerConnectionSettings()
public void setIdleTimeout(Integer idleTimeout)
The time, in seconds, that the connection can be idle (no data is sent over the connection) before it is closed by the load balancer.
idleTimeout
- The time, in seconds, that the connection can be idle (no data is sent over the connection) before it is
closed by the load balancer.public Integer getIdleTimeout()
The time, in seconds, that the connection can be idle (no data is sent over the connection) before it is closed by the load balancer.
public AwsElbLoadBalancerConnectionSettings withIdleTimeout(Integer idleTimeout)
The time, in seconds, that the connection can be idle (no data is sent over the connection) before it is closed by the load balancer.
idleTimeout
- The time, in seconds, that the connection can be idle (no data is sent over the connection) before it is
closed by the load balancer.public String toString()
toString
in class Object
Object.toString()
public AwsElbLoadBalancerConnectionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.