Class AgentSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AgentSummary.Builder,AgentSummary>
Contains details about an agent.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringagentId()The unique identifier of the agent.final StringThe name of the agent.final AgentStatusThe status of the agent.final StringThe status of the agent.static AgentSummary.Builderbuilder()final StringThe description of the agent.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final GuardrailConfigurationDetails about the guardrail associated with the agent.final inthashCode()final StringThe latest version of the agent.static Class<? extends AgentSummary.Builder>final StringtoString()Returns a string representation of this object.final InstantThe time at which the agent was last updated.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 unique identifier of the agent.
- Returns:
- The unique identifier of the agent.
-
agentName
The name of the agent.
- Returns:
- The name of the agent.
-
agentStatus
The status of the agent.
If the service returns an enum value that is not available in the current SDK version,
agentStatuswill returnAgentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromagentStatusAsString().- Returns:
- The status of the agent.
- See Also:
-
agentStatusAsString
The status of the agent.
If the service returns an enum value that is not available in the current SDK version,
agentStatuswill returnAgentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromagentStatusAsString().- Returns:
- The status of the agent.
- See Also:
-
description
The description of the agent.
- Returns:
- The description of the agent.
-
updatedAt
The time at which the agent was last updated.
- Returns:
- The time at which the agent was last updated.
-
latestAgentVersion
The latest version of the agent.
- Returns:
- The latest version of the agent.
-
guardrailConfiguration
Details about the guardrail associated with the agent.
- Returns:
- Details about the guardrail associated with the agent.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AgentSummary.Builder,AgentSummary>
-
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
-