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 interface
AgentCollaboratorInvocationInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
agentCollaboratorAliasArn()
The collaborator's alias ARN.String
agentCollaboratorName()
The collaborator's name.static AgentCollaboratorInvocationInput.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
AgentCollaboratorInputPayload
input()
Text or action invocation result input for the collaborator.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends AgentCollaboratorInvocationInput.Builder>
serializableBuilderClass()
AgentCollaboratorInvocationInput.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-