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