Class AssociateAgentCollaboratorRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AssociateAgentCollaboratorRequest.Builder,AssociateAgentCollaboratorRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AgentDescriptorThe alias of the collaborator agent.final StringagentId()The agent's ID.final StringAn agent version.builder()final StringA client token.final StringInstruction for the collaborator.final StringA name for the collaborator.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final RelayConversationHistoryA relay conversation history for the collaborator.final StringA relay conversation history for the collaborator.static Class<? extends AssociateAgentCollaboratorRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods 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
-
agentId
The agent's ID.
- Returns:
- The agent's ID.
-
agentVersion
An agent version.
- Returns:
- An agent version.
-
agentDescriptor
The alias of the collaborator agent.
- Returns:
- The alias of the collaborator agent.
-
collaboratorName
A name for the collaborator.
- Returns:
- A name for the collaborator.
-
collaborationInstruction
Instruction for the collaborator.
- Returns:
- Instruction for the collaborator.
-
relayConversationHistory
A relay conversation history for the collaborator.
If the service returns an enum value that is not available in the current SDK version,
relayConversationHistorywill returnRelayConversationHistory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrelayConversationHistoryAsString().- Returns:
- A relay conversation history for the collaborator.
- See Also:
-
relayConversationHistoryAsString
A relay conversation history for the collaborator.
If the service returns an enum value that is not available in the current SDK version,
relayConversationHistorywill returnRelayConversationHistory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrelayConversationHistoryAsString().- Returns:
- A relay conversation history for the collaborator.
- See Also:
-
clientToken
A client token.
- Returns:
- A client token.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociateAgentCollaboratorRequest.Builder,AssociateAgentCollaboratorRequest> - Specified by:
toBuilderin classBedrockAgentRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-