Class UpdateAgentCollaboratorRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateAgentCollaboratorRequest.Builder,UpdateAgentCollaboratorRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AgentDescriptorAn agent descriptor for the agent collaborator.final StringagentId()The agent's ID.final StringThe agent's version.builder()final StringInstruction for the collaborator.final StringThe collaborator's ID.final StringThe collaborator's name.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 UpdateAgentCollaboratorRequest.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
The agent's version.
- Returns:
- The agent's version.
-
collaboratorId
The collaborator's ID.
- Returns:
- The collaborator's ID.
-
agentDescriptor
An agent descriptor for the agent collaborator.
- Returns:
- An agent descriptor for the agent collaborator.
-
collaboratorName
The collaborator's name.
- Returns:
- The collaborator's name.
-
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:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateAgentCollaboratorRequest.Builder,UpdateAgentCollaboratorRequest> - 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
-