Class MalformedNodeInputExpressionFlowValidationDetails
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.MalformedNodeInputExpressionFlowValidationDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MalformedNodeInputExpressionFlowValidationDetails.Builder,MalformedNodeInputExpressionFlowValidationDetails>
@Generated("software.amazon.awssdk:codegen") public final class MalformedNodeInputExpressionFlowValidationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MalformedNodeInputExpressionFlowValidationDetails.Builder,MalformedNodeInputExpressionFlowValidationDetails>
Details about a malformed input expression in a node.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMalformedNodeInputExpressionFlowValidationDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MalformedNodeInputExpressionFlowValidationDetails.Builderbuilder()Stringcause()The error message describing why the input expression is malformed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringinput()The name of the input with the malformed expression.Stringnode()The name of the node containing the malformed input expression.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MalformedNodeInputExpressionFlowValidationDetails.Builder>serializableBuilderClass()MalformedNodeInputExpressionFlowValidationDetails.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 name of the node containing the malformed input expression.
- Returns:
- The name of the node containing the malformed input expression.
-
input
public final String input()
The name of the input with the malformed expression.
- Returns:
- The name of the input with the malformed expression.
-
cause
public final String cause()
The error message describing why the input expression is malformed.
- Returns:
- The error message describing why the input expression is malformed.
-
toBuilder
public MalformedNodeInputExpressionFlowValidationDetails.Builder toBuilder()
-
builder
public static MalformedNodeInputExpressionFlowValidationDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends MalformedNodeInputExpressionFlowValidationDetails.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
-
-