@Generated(value="software.amazon.awssdk:codegen") public final class PortProbeDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PortProbeDetail.Builder,PortProbeDetail>
A port scan that was part of the port probe. For each scan, PortProbeDetails provides information about the local IP address and port that were scanned, and the remote IP address that the scan originated from.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PortProbeDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PortProbeDetail.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ActionLocalIpDetails |
localIpDetails()
Provides information about the IP address where the scanned port is located.
|
ActionLocalPortDetails |
localPortDetails()
Provides information about the port that was scanned.
|
ActionRemoteIpDetails |
remoteIpDetails()
Provides information about the remote IP address that performed the scan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PortProbeDetail.Builder> |
serializableBuilderClass() |
PortProbeDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActionLocalPortDetails localPortDetails()
Provides information about the port that was scanned.
public final ActionLocalIpDetails localIpDetails()
Provides information about the IP address where the scanned port is located.
public final ActionRemoteIpDetails remoteIpDetails()
Provides information about the remote IP address that performed the scan.
public PortProbeDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PortProbeDetail.Builder,PortProbeDetail>public static PortProbeDetail.Builder builder()
public static Class<? extends PortProbeDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.