JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.elastictranscoder.model

Class TestRoleResult

    • Constructor Detail

      • TestRoleResult

        public TestRoleResult()
        Deprecated.
    • Method Detail

      • setSuccess

        public void setSuccess(String success)
        Deprecated.

        If the operation is successful, this value is true; otherwise, the value is false.

        Parameters:
        success - If the operation is successful, this value is true; otherwise, the value is false.
      • getSuccess

        public String getSuccess()
        Deprecated.

        If the operation is successful, this value is true; otherwise, the value is false.

        Returns:
        If the operation is successful, this value is true; otherwise, the value is false.
      • withSuccess

        public TestRoleResult withSuccess(String success)
        Deprecated.

        If the operation is successful, this value is true; otherwise, the value is false.

        Parameters:
        success - If the operation is successful, this value is true; otherwise, the value is false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getMessages

        public List<String> getMessages()
        Deprecated.

        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

        Returns:
        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.
      • setMessages

        public void setMessages(Collection<String> messages)
        Deprecated.

        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

        Parameters:
        messages - If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.
      • withMessages

        public TestRoleResult withMessages(String... messages)
        Deprecated.

        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

        NOTE: This method appends the values to the existing list (if any). Use setMessages(java.util.Collection) or withMessages(java.util.Collection) if you want to override the existing values.

        Parameters:
        messages - If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withMessages

        public TestRoleResult withMessages(Collection<String> messages)
        Deprecated.

        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

        Parameters:
        messages - If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Deprecated.
        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()
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
Skip navigation links

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