Class FlowTraceNodeInputSource
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeInputSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowTraceNodeInputSource.Builder,FlowTraceNodeInputSource>
@Generated("software.amazon.awssdk:codegen") public final class FlowTraceNodeInputSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowTraceNodeInputSource.Builder,FlowTraceNodeInputSource>
Represents the source of input data for a flow trace node field.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowTraceNodeInputSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowTraceNodeInputSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringexpression()The expression used to extract data from the source.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnodeName()The name of the source node that provides the input data.StringoutputFieldName()The name of the output field from the source node.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FlowTraceNodeInputSource.Builder>serializableBuilderClass()FlowTraceNodeInputSource.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
-
nodeName
public final String nodeName()
The name of the source node that provides the input data.
- Returns:
- The name of the source node that provides the input data.
-
outputFieldName
public final String outputFieldName()
The name of the output field from the source node.
- Returns:
- The name of the output field from the source node.
-
expression
public final String expression()
The expression used to extract data from the source.
- Returns:
- The expression used to extract data from the source.
-
toBuilder
public FlowTraceNodeInputSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowTraceNodeInputSource.Builder,FlowTraceNodeInputSource>
-
builder
public static FlowTraceNodeInputSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlowTraceNodeInputSource.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
-
-