@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) |
LocalPortDetails |
getLocalPortDetails()
Local port information of the connection.
|
RemoteIpDetails |
getRemoteIpDetails()
Remote IP information of the connection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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 Object
Object.toString()
public PortProbeDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.