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

Class CancelStepsInfo

    • Constructor Detail

      • CancelStepsInfo

        public CancelStepsInfo()
    • Method Detail

      • setStepId

        public void setStepId(String stepId)

        The encrypted StepId of a step.

        Parameters:
        stepId - The encrypted StepId of a step.
      • getStepId

        public String getStepId()

        The encrypted StepId of a step.

        Returns:
        The encrypted StepId of a step.
      • withStepId

        public CancelStepsInfo withStepId(String stepId)

        The encrypted StepId of a step.

        Parameters:
        stepId - The encrypted StepId of a step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.

        Parameters:
        status - The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
        See Also:
        CancelStepsRequestStatus
      • getStatus

        public String getStatus()

        The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.

        Returns:
        The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
        See Also:
        CancelStepsRequestStatus
      • withStatus

        public CancelStepsInfo withStatus(String status)

        The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.

        Parameters:
        status - The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CancelStepsRequestStatus
      • setStatus

        public void setStatus(CancelStepsRequestStatus status)

        The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.

        Parameters:
        status - The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
        See Also:
        CancelStepsRequestStatus
      • withStatus

        public CancelStepsInfo withStatus(CancelStepsRequestStatus status)

        The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.

        Parameters:
        status - The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CancelStepsRequestStatus
      • setReason

        public void setReason(String reason)

        The reason for the failure if the CancelSteps request fails.

        Parameters:
        reason - The reason for the failure if the CancelSteps request fails.
      • getReason

        public String getReason()

        The reason for the failure if the CancelSteps request fails.

        Returns:
        The reason for the failure if the CancelSteps request fails.
      • withReason

        public CancelStepsInfo withReason(String reason)

        The reason for the failure if the CancelSteps request fails.

        Parameters:
        reason - The reason for the failure if the CancelSteps request fails.
        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 によって変換されたページ (->オリジナル) /