Class NodeOutputPort
- java.lang.Object
-
- software.amazon.awssdk.services.panorama.model.NodeOutputPort
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeOutputPort.Builder,NodeOutputPort>
@Generated("software.amazon.awssdk:codegen") public final class NodeOutputPort extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeOutputPort.Builder,NodeOutputPort>
A node output port.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeOutputPort.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeOutputPort.Builderbuilder()Stringdescription()The output port's description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The output port's name.List<SdkField<?>>sdkFields()static Class<? extends NodeOutputPort.Builder>serializableBuilderClass()NodeOutputPort.BuildertoBuilder()StringtoString()Returns a string representation of this object.PortTypetype()The output port's type.StringtypeAsString()The output 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
-
description
public final String description()
The output port's description.
- Returns:
- The output port's description.
-
name
public final String name()
The output port's name.
- Returns:
- The output port's name.
-
type
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,
typewill returnPortType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The output port's type.
- See Also:
PortType
-
typeAsString
public final String typeAsString()
The output 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 output port's type.
- See Also:
PortType
-
toBuilder
public NodeOutputPort.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeOutputPort.Builder,NodeOutputPort>
-
builder
public static NodeOutputPort.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeOutputPort.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.
-
-