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

Class ConditionState

    • Constructor Detail

      • ConditionState

        public ConditionState()
    • Method Detail

      • setLatestExecution

        public void setLatestExecution(ConditionExecution latestExecution)

        The state of the latest run of the rule.

        Parameters:
        latestExecution - The state of the latest run of the rule.
      • getLatestExecution

        public ConditionExecution getLatestExecution()

        The state of the latest run of the rule.

        Returns:
        The state of the latest run of the rule.
      • withLatestExecution

        public ConditionState withLatestExecution(ConditionExecution latestExecution)

        The state of the latest run of the rule.

        Parameters:
        latestExecution - The state of the latest run of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRuleStates

        public List<RuleState> getRuleStates()

        The state of the rules for the condition.

        Returns:
        The state of the rules for the condition.
      • setRuleStates

        public void setRuleStates(Collection<RuleState> ruleStates)

        The state of the rules for the condition.

        Parameters:
        ruleStates - The state of the rules for the condition.
      • withRuleStates

        public ConditionState withRuleStates(RuleState... ruleStates)

        The state of the rules for the condition.

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

        Parameters:
        ruleStates - The state of the rules for the condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withRuleStates

        public ConditionState withRuleStates(Collection<RuleState> ruleStates)

        The state of the rules for the condition.

        Parameters:
        ruleStates - The state of the rules for the condition.
        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 によって変換されたページ (->オリジナル) /