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 ActionRevision

    • Constructor Detail

      • ActionRevision

        public ActionRevision()
    • Method Detail

      • setRevisionId

        public void setRevisionId(String revisionId)

        The system-generated unique ID that identifies the revision number of the action.

        Parameters:
        revisionId - The system-generated unique ID that identifies the revision number of the action.
      • getRevisionId

        public String getRevisionId()

        The system-generated unique ID that identifies the revision number of the action.

        Returns:
        The system-generated unique ID that identifies the revision number of the action.
      • withRevisionId

        public ActionRevision withRevisionId(String revisionId)

        The system-generated unique ID that identifies the revision number of the action.

        Parameters:
        revisionId - The system-generated unique ID that identifies the revision number of the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRevisionChangeId

        public void setRevisionChangeId(String revisionChangeId)

        The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

        Parameters:
        revisionChangeId - The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
      • getRevisionChangeId

        public String getRevisionChangeId()

        The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

        Returns:
        The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
      • withRevisionChangeId

        public ActionRevision withRevisionChangeId(String revisionChangeId)

        The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

        Parameters:
        revisionChangeId - The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreated

        public void setCreated(Date created)

        The date and time when the most recent version of the action was created, in timestamp format.

        Parameters:
        created - The date and time when the most recent version of the action was created, in timestamp format.
      • getCreated

        public Date getCreated()

        The date and time when the most recent version of the action was created, in timestamp format.

        Returns:
        The date and time when the most recent version of the action was created, in timestamp format.
      • withCreated

        public ActionRevision withCreated(Date created)

        The date and time when the most recent version of the action was created, in timestamp format.

        Parameters:
        created - The date and time when the most recent version of the action was created, in timestamp format.
        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 によって変換されたページ (->オリジナル) /