Class AgentCollaboratorInvocationOutput
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.AgentCollaboratorInvocationOutput
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AgentCollaboratorInvocationOutput.Builder,AgentCollaboratorInvocationOutput>
@Generated("software.amazon.awssdk:codegen")
public final class AgentCollaboratorInvocationOutput
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AgentCollaboratorInvocationOutput.Builder,AgentCollaboratorInvocationOutput>
Output from an agent collaborator.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe output's agent collaborator alias ARN.final StringThe output's agent collaborator name.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Metadatametadata()Contains information about the output from the agent collaborator.output()The output's output.static Class<? extends AgentCollaboratorInvocationOutput.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
-
agentCollaboratorAliasArn
The output's agent collaborator alias ARN.
- Returns:
- The output's agent collaborator alias ARN.
-
agentCollaboratorName
The output's agent collaborator name.
- Returns:
- The output's agent collaborator name.
-
metadata
Contains information about the output from the agent collaborator.
- Returns:
- Contains information about the output from the agent collaborator.
-
output
The output's output.
- Returns:
- The output's output.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AgentCollaboratorInvocationOutput.Builder,AgentCollaboratorInvocationOutput>
-
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
-