Class FlowInput
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.FlowInput
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowInput.Builder,FlowInput>
@Generated("software.amazon.awssdk:codegen")
public final class FlowInput
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<FlowInput.Builder,FlowInput>
Contains information about an input into the prompt flow and where to send it.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FlowInput.Builderbuilder()final FlowInputContentcontent()Contains information about an input into the prompt flow.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe name of the input from the flow input node.final StringnodeName()The name of the flow input node that begins the prompt flow.final StringThe name of the output from the flow input node that begins the prompt flow.static Class<? extends FlowInput.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
-
content
Contains information about an input into the prompt flow.
- Returns:
- Contains information about an input into the prompt flow.
-
nodeInputName
The name of the input from the flow input node.
- Returns:
- The name of the input from the flow input node.
-
nodeName
The name of the flow input node that begins the prompt flow.
- Returns:
- The name of the flow input node that begins the prompt flow.
-
nodeOutputName
The name of the output from the flow input node that begins the prompt flow.
- Returns:
- The name of the output from the flow input node that begins the prompt flow.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowInput.Builder,FlowInput>
-
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
-