@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualNodeTcpConnectionPool extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a type of connection pool.
Constructor and Description |
---|
VirtualNodeTcpConnectionPool() |
Modifier and Type | Method and Description |
---|---|
VirtualNodeTcpConnectionPool |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxConnections()
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxConnections(Integer maxConnections)
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
|
String |
toString()
Returns a string representation of this object.
|
VirtualNodeTcpConnectionPool |
withMaxConnections(Integer maxConnections)
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
|
public void setMaxConnections(Integer maxConnections)
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
maxConnections
- Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream
cluster.public Integer getMaxConnections()
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
public VirtualNodeTcpConnectionPool withMaxConnections(Integer maxConnections)
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
maxConnections
- Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream
cluster.public String toString()
toString
in class Object
Object.toString()
public VirtualNodeTcpConnectionPool clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.