@Generated(value="software.amazon.awssdk:codegen") public final class NodeOutputPort extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeOutputPort.Builder,NodeOutputPort>
A node output port.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NodeOutputPort.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NodeOutputPort.Builder |
builder() |
String |
description()
The output port's description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The output port's name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NodeOutputPort.Builder> |
serializableBuilderClass() |
NodeOutputPort.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
PortType |
type()
The output port's type.
|
String |
typeAsString()
The output port's type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The output port's description.
public final String name()
The output port's name.
public final PortType type()
The output port's type.
If the service returns an enum value that is not available in the current SDK version, type will return
PortType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
PortTypepublic final String typeAsString()
The output port's type.
If the service returns an enum value that is not available in the current SDK version, type will return
PortType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
PortTypepublic NodeOutputPort.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NodeOutputPort.Builder,NodeOutputPort>public static NodeOutputPort.Builder builder()
public static Class<? extends NodeOutputPort.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.