Class FlowTraceNodeInputField
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeInputField
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowTraceNodeInputField.Builder,FlowTraceNodeInputField>
@Generated("software.amazon.awssdk:codegen") public final class FlowTraceNodeInputField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowTraceNodeInputField.Builder,FlowTraceNodeInputField>
Contains information about a field in the input into a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowTraceNodeInputField.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowTraceNodeInputField.Builderbuilder()FlowTraceNodeInputContentcontent()The content of the node input.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnodeInputName()The name of the node input.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FlowTraceNodeInputField.Builder>serializableBuilderClass()FlowTraceNodeInputField.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 FlowTraceNodeInputContent content()
The content of the node input.
- Returns:
- The content of the node input.
-
nodeInputName
public final String nodeInputName()
The name of the node input.
- Returns:
- The name of the node input.
-
toBuilder
public FlowTraceNodeInputField.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowTraceNodeInputField.Builder,FlowTraceNodeInputField>
-
builder
public static FlowTraceNodeInputField.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlowTraceNodeInputField.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
-
-