Class NodeInputPort
- java.lang.Object
-
- software.amazon.awssdk.services.panorama.model.NodeInputPort
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeInputPort.Builder,NodeInputPort>
@Generated("software.amazon.awssdk:codegen") public final class NodeInputPort extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeInputPort.Builder,NodeInputPort>
A node input port.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeInputPort.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeInputPort.Builderbuilder()StringdefaultValue()The input port's default value.Stringdescription()The input port's description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxConnections()The input port's max connections.Stringname()The input port's name.List<SdkField<?>>sdkFields()static Class<? extends NodeInputPort.Builder>serializableBuilderClass()NodeInputPort.BuildertoBuilder()StringtoString()Returns a string representation of this object.PortTypetype()The input port's type.StringtypeAsString()The input port's type.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
defaultValue
public final String defaultValue()
The input port's default value.
- Returns:
- The input port's default value.
-
description
public final String description()
The input port's description.
- Returns:
- The input port's description.
-
maxConnections
public final Integer maxConnections()
The input port's max connections.
- Returns:
- The input port's max connections.
-
name
public final String name()
The input port's name.
- Returns:
- The input port's name.
-
type
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,
typewill returnPortType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The input port's type.
- See Also:
PortType
-
typeAsString
public final String typeAsString()
The input port's type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnPortType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The input port's type.
- See Also:
PortType
-
toBuilder
public NodeInputPort.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeInputPort.Builder,NodeInputPort>
-
builder
public static NodeInputPort.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeInputPort.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-