@Generated(value="software.amazon.awssdk:codegen") public final class NodeInputPort extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeInputPort.Builder,NodeInputPort>
A node input port.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NodeInputPort.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NodeInputPort.Builder |
builder() |
String |
defaultValue()
The input port's default value.
|
String |
description()
The input port's description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxConnections()
The input port's max connections.
|
String |
name()
The input port's name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NodeInputPort.Builder> |
serializableBuilderClass() |
NodeInputPort.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
PortType |
type()
The input port's type.
|
String |
typeAsString()
The input port's type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String defaultValue()
The input port's default value.
public final String description()
The input port's description.
public final Integer maxConnections()
The input port's max connections.
public final String name()
The input port's name.
public final PortType type()
The input 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 input 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 NodeInputPort.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NodeInputPort.Builder,NodeInputPort>public static NodeInputPort.Builder builder()
public static Class<? extends NodeInputPort.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.