Class AgentCollaboratorSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AgentCollaboratorSummary.Builder,AgentCollaboratorSummary>
An agent collaborator summary.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AgentDescriptorThe collaborator's agent descriptor.final StringagentId()The collaborator's agent ID.final StringThe collaborator's agent version.builder()final StringThe collaborator's collaboration instruction.final StringThe collaborator's ID.final StringThe collaborator's name.final InstantWhen the collaborator was created.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantWhen the collaborator was last updated.final RelayConversationHistoryThe collaborator's relay conversation history.final StringThe collaborator's relay conversation history.static Class<? extends AgentCollaboratorSummary.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
-
agentId
The collaborator's agent ID.
- Returns:
- The collaborator's agent ID.
-
agentVersion
The collaborator's agent version.
- Returns:
- The collaborator's agent version.
-
collaboratorId
The collaborator's ID.
- Returns:
- The collaborator's ID.
-
agentDescriptor
The collaborator's agent descriptor.
- Returns:
- The collaborator's agent descriptor.
-
collaborationInstruction
The collaborator's collaboration instruction.
- Returns:
- The collaborator's collaboration instruction.
-
relayConversationHistory
The collaborator's relay conversation history.
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:
- The collaborator's relay conversation history.
- See Also:
-
relayConversationHistoryAsString
The collaborator's relay conversation history.
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:
- The collaborator's relay conversation history.
- See Also:
-
collaboratorName
The collaborator's name.
- Returns:
- The collaborator's name.
-
createdAt
When the collaborator was created.
- Returns:
- When the collaborator was created.
-
lastUpdatedAt
When the collaborator was last updated.
- Returns:
- When the collaborator was last updated.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AgentCollaboratorSummary.Builder,AgentCollaboratorSummary>
-
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
-