JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.bedrock.model

Class CreateGuardrailResult

    • Constructor Detail

      • CreateGuardrailResult

        public CreateGuardrailResult()
    • Method Detail

      • setGuardrailId

        public void setGuardrailId(String guardrailId)

        The unique identifier of the guardrail that was created.

        Parameters:
        guardrailId - The unique identifier of the guardrail that was created.
      • getGuardrailId

        public String getGuardrailId()

        The unique identifier of the guardrail that was created.

        Returns:
        The unique identifier of the guardrail that was created.
      • withGuardrailId

        public CreateGuardrailResult withGuardrailId(String guardrailId)

        The unique identifier of the guardrail that was created.

        Parameters:
        guardrailId - The unique identifier of the guardrail that was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGuardrailArn

        public void setGuardrailArn(String guardrailArn)

        The ARN of the guardrail.

        Parameters:
        guardrailArn - The ARN of the guardrail.
      • getGuardrailArn

        public String getGuardrailArn()

        The ARN of the guardrail.

        Returns:
        The ARN of the guardrail.
      • withGuardrailArn

        public CreateGuardrailResult withGuardrailArn(String guardrailArn)

        The ARN of the guardrail.

        Parameters:
        guardrailArn - The ARN of the guardrail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVersion

        public void setVersion(String version)

        The version of the guardrail that was created. This value will always be DRAFT.

        Parameters:
        version - The version of the guardrail that was created. This value will always be DRAFT.
      • getVersion

        public String getVersion()

        The version of the guardrail that was created. This value will always be DRAFT.

        Returns:
        The version of the guardrail that was created. This value will always be DRAFT.
      • withVersion

        public CreateGuardrailResult withVersion(String version)

        The version of the guardrail that was created. This value will always be DRAFT.

        Parameters:
        version - The version of the guardrail that was created. This value will always be DRAFT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The time at which the guardrail was created.

        Parameters:
        createdAt - The time at which the guardrail was created.
      • getCreatedAt

        public Date getCreatedAt()

        The time at which the guardrail was created.

        Returns:
        The time at which the guardrail was created.
      • withCreatedAt

        public CreateGuardrailResult withCreatedAt(Date createdAt)

        The time at which the guardrail was created.

        Parameters:
        createdAt - The time at which the guardrail was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /