Class UpdateAgentRequest

    • Method Detail

      • agentId

        public final String agentId()

        Id generated at the server side when an Agent is created

        Returns:
        Id generated at the server side when an Agent is created
      • agentName

        public final String agentName()
        Returns the value of the AgentName property for this object.
        Returns:
        The value of the AgentName property for this object.
      • instruction

        public final String instruction()
        Returns the value of the Instruction property for this object.
        Returns:
        The value of the Instruction property for this object.
      • foundationModel

        public final String foundationModel()
        Returns the value of the FoundationModel property for this object.
        Returns:
        The value of the FoundationModel property for this object.
      • description

        public final String description()
        Returns the value of the Description property for this object.
        Returns:
        The value of the Description property for this object.
      • idleSessionTTLInSeconds

        public final Integer idleSessionTTLInSeconds()
        Returns the value of the IdleSessionTTLInSeconds property for this object.
        Returns:
        The value of the IdleSessionTTLInSeconds property for this object.
      • agentResourceRoleArn

        public final String agentResourceRoleArn()
        Returns the value of the AgentResourceRoleArn property for this object.
        Returns:
        The value of the AgentResourceRoleArn property for this object.
      • customerEncryptionKeyArn

        public final String customerEncryptionKeyArn()
        Returns the value of the CustomerEncryptionKeyArn property for this object.
        Returns:
        The value of the CustomerEncryptionKeyArn property for this object.
      • promptOverrideConfiguration

        public final PromptOverrideConfiguration promptOverrideConfiguration()
        Returns the value of the PromptOverrideConfiguration property for this object.
        Returns:
        The value of the PromptOverrideConfiguration property for this object.
      • 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.
        Overrides:
        toString in class Object