@Generated(value="software.amazon.awssdk:codegen") public final class ActionLocalPortDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionLocalPortDetails.Builder,ActionLocalPortDetails>
For NetworkConnectionAction and PortProbeDetails, LocalPortDetails provides
information about the local port that was involved in the action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionLocalPortDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActionLocalPortDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
port()
The number of the port.
|
String |
portName()
The port name of the local connection.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionLocalPortDetails.Builder> |
serializableBuilderClass() |
ActionLocalPortDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer port()
The number of the port.
public final String portName()
The port name of the local connection.
public ActionLocalPortDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionLocalPortDetails.Builder,ActionLocalPortDetails>public static ActionLocalPortDetails.Builder builder()
public static Class<? extends ActionLocalPortDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.