Class CustomOrchestrationTraceEvent
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.CustomOrchestrationTraceEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomOrchestrationTraceEvent.Builder,CustomOrchestrationTraceEvent>
@Generated("software.amazon.awssdk:codegen") public final class CustomOrchestrationTraceEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomOrchestrationTraceEvent.Builder,CustomOrchestrationTraceEvent>
The event in the custom orchestration sequence. Events are the responses which the custom orchestration Lambda function sends as response to the agent.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomOrchestrationTraceEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomOrchestrationTraceEvent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomOrchestrationTraceEvent.Builder>serializableBuilderClass()Stringtext()The text that prompted the event at this step.CustomOrchestrationTraceEvent.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
-
text
public final String text()
The text that prompted the event at this step.
- Returns:
- The text that prompted the event at this step.
-
toBuilder
public CustomOrchestrationTraceEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomOrchestrationTraceEvent.Builder,CustomOrchestrationTraceEvent>
-
builder
public static CustomOrchestrationTraceEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomOrchestrationTraceEvent.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
-
-