Class LoopIncompatibleNodeTypeFlowValidationDetails
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoopIncompatibleNodeTypeFlowValidationDetails.Builder,LoopIncompatibleNodeTypeFlowValidationDetails>
Details about a flow that contains an incompatible node in a DoWhile loop.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe node that's incompatible in the DoWhile loop.final IncompatibleLoopNodeTypeThe node type of the incompatible node in the DoWhile loop.final StringThe node type of the incompatible node in the DoWhile loop.final Stringnode()TheLoopcontainer node that contains an incompatible node.static Class<? extends LoopIncompatibleNodeTypeFlowValidationDetails.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
node
The
Loopcontainer node that contains an incompatible node.- Returns:
- The
Loopcontainer node that contains an incompatible node.
-
incompatibleNodeType
The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.
If the service returns an enum value that is not available in the current SDK version,
incompatibleNodeTypewill returnIncompatibleLoopNodeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromincompatibleNodeTypeAsString().- Returns:
- The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.
- See Also:
-
incompatibleNodeTypeAsString
The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.
If the service returns an enum value that is not available in the current SDK version,
incompatibleNodeTypewill returnIncompatibleLoopNodeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromincompatibleNodeTypeAsString().- Returns:
- The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.
- See Also:
-
incompatibleNodeName
The node that's incompatible in the DoWhile loop.
- Returns:
- The node that's incompatible in the DoWhile loop.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoopIncompatibleNodeTypeFlowValidationDetails.Builder,LoopIncompatibleNodeTypeFlowValidationDetails>
-
builder
-
serializableBuilderClass
public static Class<? extends LoopIncompatibleNodeTypeFlowValidationDetails.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-