@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RangedConnectionDetails extends Object implements Serializable, Cloneable, StructuredPojo
Ingress address of AgentEndpoint with a port range and an optional mtu.
| Constructor and Description |
|---|
RangedConnectionDetails() |
| Modifier and Type | Method and Description |
|---|---|
RangedConnectionDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getMtu()
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
|
RangedSocketAddress |
getSocketAddress()
A ranged socket address.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMtu(Integer mtu)
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
|
void |
setSocketAddress(RangedSocketAddress socketAddress)
A ranged socket address.
|
String |
toString()
Returns a string representation of this object.
|
RangedConnectionDetails |
withMtu(Integer mtu)
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
|
RangedConnectionDetails |
withSocketAddress(RangedSocketAddress socketAddress)
A ranged socket address.
|
public void setMtu(Integer mtu)
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
mtu - Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.public Integer getMtu()
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
public RangedConnectionDetails withMtu(Integer mtu)
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
mtu - Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.public void setSocketAddress(RangedSocketAddress socketAddress)
A ranged socket address.
socketAddress - A ranged socket address.public RangedSocketAddress getSocketAddress()
A ranged socket address.
public RangedConnectionDetails withSocketAddress(RangedSocketAddress socketAddress)
A ranged socket address.
socketAddress - A ranged socket address.public String toString()
toString in class ObjectObject.toString()public RangedConnectionDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.