@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataflowEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
Information about a dataflow endpoint.
| Constructor and Description |
|---|
DataflowEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
DataflowEndpoint |
clone() |
boolean |
equals(Object obj) |
SocketAddress |
getAddress()
Socket address of a dataflow endpoint.
|
Integer |
getMtu()
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
|
String |
getName()
Name of a dataflow endpoint.
|
String |
getStatus()
Status of a dataflow endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAddress(SocketAddress address)
Socket address of a dataflow endpoint.
|
void |
setMtu(Integer mtu)
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
|
void |
setName(String name)
Name of a dataflow endpoint.
|
void |
setStatus(String status)
Status of a dataflow endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DataflowEndpoint |
withAddress(SocketAddress address)
Socket address of a dataflow endpoint.
|
DataflowEndpoint |
withMtu(Integer mtu)
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
|
DataflowEndpoint |
withName(String name)
Name of a dataflow endpoint.
|
DataflowEndpoint |
withStatus(EndpointStatus status)
Status of a dataflow endpoint.
|
DataflowEndpoint |
withStatus(String status)
Status of a dataflow endpoint.
|
public void setAddress(SocketAddress address)
Socket address of a dataflow endpoint.
address - Socket address of a dataflow endpoint.public SocketAddress getAddress()
Socket address of a dataflow endpoint.
public DataflowEndpoint withAddress(SocketAddress address)
Socket address of a dataflow endpoint.
address - Socket address of a dataflow endpoint.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 DataflowEndpoint 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 setName(String name)
Name of a dataflow endpoint.
name - Name of a dataflow endpoint.public String getName()
Name of a dataflow endpoint.
public DataflowEndpoint withName(String name)
Name of a dataflow endpoint.
name - Name of a dataflow endpoint.public void setStatus(String status)
Status of a dataflow endpoint.
status - Status of a dataflow endpoint.EndpointStatuspublic String getStatus()
Status of a dataflow endpoint.
EndpointStatuspublic DataflowEndpoint withStatus(String status)
Status of a dataflow endpoint.
status - Status of a dataflow endpoint.EndpointStatuspublic DataflowEndpoint withStatus(EndpointStatus status)
Status of a dataflow endpoint.
status - Status of a dataflow endpoint.EndpointStatuspublic String toString()
toString in class ObjectObject.toString()public DataflowEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.