Class AgentCollaboratorInvocationInput
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.AgentCollaboratorInvocationInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AgentCollaboratorInvocationInput.Builder,AgentCollaboratorInvocationInput>
@Generated("software.amazon.awssdk:codegen") public final class AgentCollaboratorInvocationInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AgentCollaboratorInvocationInput.Builder,AgentCollaboratorInvocationInput>
An agent collaborator invocation input.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAgentCollaboratorInvocationInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringagentCollaboratorAliasArn()The collaborator's alias ARN.StringagentCollaboratorName()The collaborator's name.static AgentCollaboratorInvocationInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AgentCollaboratorInputPayloadinput()Text or action invocation result input for the collaborator.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AgentCollaboratorInvocationInput.Builder>serializableBuilderClass()AgentCollaboratorInvocationInput.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
-
agentCollaboratorAliasArn
public final String agentCollaboratorAliasArn()
The collaborator's alias ARN.
- Returns:
- The collaborator's alias ARN.
-
agentCollaboratorName
public final String agentCollaboratorName()
The collaborator's name.
- Returns:
- The collaborator's name.
-
input
public final AgentCollaboratorInputPayload input()
Text or action invocation result input for the collaborator.
- Returns:
- Text or action invocation result input for the collaborator.
-
toBuilder
public AgentCollaboratorInvocationInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AgentCollaboratorInvocationInput.Builder,AgentCollaboratorInvocationInput>
-
builder
public static AgentCollaboratorInvocationInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends AgentCollaboratorInvocationInput.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
-
-