Class FlowInputField
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.FlowInputField
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowInputField.Builder,FlowInputField>
@Generated("software.amazon.awssdk:codegen") public final class FlowInputField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowInputField.Builder,FlowInputField>
Represents an input field provided to a flow during a flow execution.
Flow executions is in preview release for Amazon Bedrock and is subject to change.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowInputField.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowInputField.Builderbuilder()FlowExecutionContentcontent()The content of the input field, which can contain text or structured data.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the input field as defined in the flow's input schema.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FlowInputField.Builder>serializableBuilderClass()FlowInputField.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
-
content
public final FlowExecutionContent content()
The content of the input field, which can contain text or structured data.
- Returns:
- The content of the input field, which can contain text or structured data.
-
name
public final String name()
The name of the input field as defined in the flow's input schema.
- Returns:
- The name of the input field as defined in the flow's input schema.
-
toBuilder
public FlowInputField.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowInputField.Builder,FlowInputField>
-
builder
public static FlowInputField.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlowInputField.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
-
-