Class MismatchedNodeInputTypeFlowValidationDetails
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MismatchedNodeInputTypeFlowValidationDetails.Builder,MismatchedNodeInputTypeFlowValidationDetails>
Details about mismatched input data types in a node.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final FlowNodeIODataTypeThe expected data type for the node input.final StringThe expected data type for the node input.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringinput()The name of the input with the mismatched data type.final Stringnode()The name of the node containing the input with the mismatched data type.static Class<? extends MismatchedNodeInputTypeFlowValidationDetails.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 name of the node containing the input with the mismatched data type.
- Returns:
- The name of the node containing the input with the mismatched data type.
-
input
The name of the input with the mismatched data type.
- Returns:
- The name of the input with the mismatched data type.
-
expectedType
The expected data type for the node input.
If the service returns an enum value that is not available in the current SDK version,
expectedTypewill returnFlowNodeIODataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexpectedTypeAsString().- Returns:
- The expected data type for the node input.
- See Also:
-
expectedTypeAsString
The expected data type for the node input.
If the service returns an enum value that is not available in the current SDK version,
expectedTypewill returnFlowNodeIODataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexpectedTypeAsString().- Returns:
- The expected data type for the node input.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<MismatchedNodeInputTypeFlowValidationDetails.Builder,MismatchedNodeInputTypeFlowValidationDetails>
-
builder
-
serializableBuilderClass
public static Class<? extends MismatchedNodeInputTypeFlowValidationDetails.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
-