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 ActionState

    • Constructor Detail

      • ActionState

        public ActionState()
    • Method Detail

      • setActionName

        public void setActionName(String actionName)

        The name of the action.

        Parameters:
        actionName - The name of the action.
      • getActionName

        public String getActionName()

        The name of the action.

        Returns:
        The name of the action.
      • withActionName

        public ActionState withActionName(String actionName)

        The name of the action.

        Parameters:
        actionName - The name of the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCurrentRevision

        public void setCurrentRevision(ActionRevision currentRevision)

        Represents information about the version (or revision) of an action.

        Parameters:
        currentRevision - Represents information about the version (or revision) of an action.
      • getCurrentRevision

        public ActionRevision getCurrentRevision()

        Represents information about the version (or revision) of an action.

        Returns:
        Represents information about the version (or revision) of an action.
      • withCurrentRevision

        public ActionState withCurrentRevision(ActionRevision currentRevision)

        Represents information about the version (or revision) of an action.

        Parameters:
        currentRevision - Represents information about the version (or revision) of an action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLatestExecution

        public void setLatestExecution(ActionExecution latestExecution)

        Represents information about the run of an action.

        Parameters:
        latestExecution - Represents information about the run of an action.
      • getLatestExecution

        public ActionExecution getLatestExecution()

        Represents information about the run of an action.

        Returns:
        Represents information about the run of an action.
      • withLatestExecution

        public ActionState withLatestExecution(ActionExecution latestExecution)

        Represents information about the run of an action.

        Parameters:
        latestExecution - Represents information about the run of an action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEntityUrl

        public void setEntityUrl(String entityUrl)

        A URL link for more information about the state of the action, such as a deployment group details page.

        Parameters:
        entityUrl - A URL link for more information about the state of the action, such as a deployment group details page.
      • getEntityUrl

        public String getEntityUrl()

        A URL link for more information about the state of the action, such as a deployment group details page.

        Returns:
        A URL link for more information about the state of the action, such as a deployment group details page.
      • withEntityUrl

        public ActionState withEntityUrl(String entityUrl)

        A URL link for more information about the state of the action, such as a deployment group details page.

        Parameters:
        entityUrl - A URL link for more information about the state of the action, such as a deployment group details page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRevisionUrl

        public void setRevisionUrl(String revisionUrl)

        A URL link for more information about the revision, such as a commit details page.

        Parameters:
        revisionUrl - A URL link for more information about the revision, such as a commit details page.
      • getRevisionUrl

        public String getRevisionUrl()

        A URL link for more information about the revision, such as a commit details page.

        Returns:
        A URL link for more information about the revision, such as a commit details page.
      • withRevisionUrl

        public ActionState withRevisionUrl(String revisionUrl)

        A URL link for more information about the revision, such as a commit details page.

        Parameters:
        revisionUrl - A URL link for more information about the revision, such as a commit details page.
        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 によって変換されたページ (->オリジナル) /