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

Class UpdateEnrollmentStatusResult

    • Constructor Detail

      • UpdateEnrollmentStatusResult

        public UpdateEnrollmentStatusResult()
    • Method Detail

      • setStatus

        public void setStatus(String status)

        The enrollment status of the account.

        Parameters:
        status - The enrollment status of the account.
        See Also:
        Status
      • getStatus

        public String getStatus()

        The enrollment status of the account.

        Returns:
        The enrollment status of the account.
        See Also:
        Status
      • withStatus

        public UpdateEnrollmentStatusResult withStatus(String status)

        The enrollment status of the account.

        Parameters:
        status - The enrollment status of the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status
      • withStatus

        public UpdateEnrollmentStatusResult withStatus(Status status)

        The enrollment status of the account.

        Parameters:
        status - The enrollment status of the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status
      • setStatusReason

        public void setStatusReason(String statusReason)

        The reason for the enrollment status of the account. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.

        Parameters:
        statusReason - The reason for the enrollment status of the account. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.
      • getStatusReason

        public String getStatusReason()

        The reason for the enrollment status of the account. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.

        Returns:
        The reason for the enrollment status of the account. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.
      • withStatusReason

        public UpdateEnrollmentStatusResult withStatusReason(String statusReason)

        The reason for the enrollment status of the account. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.

        Parameters:
        statusReason - The reason for the enrollment status of the account. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.
        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 によって変換されたページ (->オリジナル) /