@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PortProbeDetail extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PortProbeDetail() |
| Modifier and Type | Method and Description |
|---|---|
PortProbeDetail |
clone() |
boolean |
equals(Object obj) |
LocalPortDetails |
getLocalPortDetails()
Local port information of the connection.
|
RemoteIpDetails |
getRemoteIpDetails()
Remote IP information of the connection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLocalPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
|
void |
setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
String |
toString()
Returns a string representation of this object.
|
PortProbeDetail |
withLocalPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
|
PortProbeDetail |
withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
public void setLocalPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
localPortDetails - Local port information of the connection.public LocalPortDetails getLocalPortDetails()
Local port information of the connection.
public PortProbeDetail withLocalPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
localPortDetails - Local port information of the connection.public void setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
remoteIpDetails - Remote IP information of the connection.public RemoteIpDetails getRemoteIpDetails()
Remote IP information of the connection.
public PortProbeDetail withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
remoteIpDetails - Remote IP information of the connection.public String toString()
toString in class ObjectObject.toString()public PortProbeDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.