@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PortProbeDetail extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the port probe details.
| Constructor and Description |
|---|
PortProbeDetail() |
| Modifier and Type | Method and Description |
|---|---|
PortProbeDetail |
clone() |
boolean |
equals(Object obj) |
LocalIpDetails |
getLocalIpDetails()
The local IP information of the connection.
|
LocalPortDetails |
getLocalPortDetails()
The local port information of the connection.
|
RemoteIpDetails |
getRemoteIpDetails()
The remote IP information of the connection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLocalIpDetails(LocalIpDetails localIpDetails)
The local IP information of the connection.
|
void |
setLocalPortDetails(LocalPortDetails localPortDetails)
The local port information of the connection.
|
void |
setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection.
|
String |
toString()
Returns a string representation of this object.
|
PortProbeDetail |
withLocalIpDetails(LocalIpDetails localIpDetails)
The local IP information of the connection.
|
PortProbeDetail |
withLocalPortDetails(LocalPortDetails localPortDetails)
The local port information of the connection.
|
PortProbeDetail |
withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection.
|
public void setLocalPortDetails(LocalPortDetails localPortDetails)
The local port information of the connection.
localPortDetails - The local port information of the connection.public LocalPortDetails getLocalPortDetails()
The local port information of the connection.
public PortProbeDetail withLocalPortDetails(LocalPortDetails localPortDetails)
The local port information of the connection.
localPortDetails - The local port information of the connection.public void setLocalIpDetails(LocalIpDetails localIpDetails)
The local IP information of the connection.
localIpDetails - The local IP information of the connection.public LocalIpDetails getLocalIpDetails()
The local IP information of the connection.
public PortProbeDetail withLocalIpDetails(LocalIpDetails localIpDetails)
The local IP information of the connection.
localIpDetails - The local IP information of the connection.public void setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection.
remoteIpDetails - The remote IP information of the connection.public RemoteIpDetails getRemoteIpDetails()
The remote IP information of the connection.
public PortProbeDetail withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection.
remoteIpDetails - The remote IP information of the connection.public String toString()
toString in class ObjectObject.toString()public PortProbeDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.