Class LoopIncompatibleNodeTypeFlowValidationDetails
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.LoopIncompatibleNodeTypeFlowValidationDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoopIncompatibleNodeTypeFlowValidationDetails.Builder,LoopIncompatibleNodeTypeFlowValidationDetails>
@Generated("software.amazon.awssdk:codegen") public final class LoopIncompatibleNodeTypeFlowValidationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoopIncompatibleNodeTypeFlowValidationDetails.Builder,LoopIncompatibleNodeTypeFlowValidationDetails>
Details about a flow that contains an incompatible node in a DoWhile loop.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoopIncompatibleNodeTypeFlowValidationDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoopIncompatibleNodeTypeFlowValidationDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringincompatibleNodeName()The node that's incompatible in the DoWhile loop.IncompatibleLoopNodeTypeincompatibleNodeType()The node type of the incompatible node in the DoWhile loop.StringincompatibleNodeTypeAsString()The node type of the incompatible node in the DoWhile loop.Stringnode()TheLoopcontainer node that contains an incompatible node.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LoopIncompatibleNodeTypeFlowValidationDetails.Builder>serializableBuilderClass()LoopIncompatibleNodeTypeFlowValidationDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
node
public final String node()
The
Loopcontainer node that contains an incompatible node.- Returns:
- The
Loopcontainer node that contains an incompatible node.
-
incompatibleNodeType
public final IncompatibleLoopNodeType 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:
IncompatibleLoopNodeType
-
incompatibleNodeTypeAsString
public final String 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:
IncompatibleLoopNodeType
-
incompatibleNodeName
public final String incompatibleNodeName()
The node that's incompatible in the DoWhile loop.
- Returns:
- The node that's incompatible in the DoWhile loop.
-
toBuilder
public LoopIncompatibleNodeTypeFlowValidationDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoopIncompatibleNodeTypeFlowValidationDetails.Builder,LoopIncompatibleNodeTypeFlowValidationDetails>
-
builder
public static LoopIncompatibleNodeTypeFlowValidationDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoopIncompatibleNodeTypeFlowValidationDetails.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-