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 CurrentRevision

    • Constructor Detail

      • CurrentRevision

        public CurrentRevision()
    • Method Detail

      • setRevision

        public void setRevision(String revision)

        The revision ID of the current version of an artifact.

        Parameters:
        revision - The revision ID of the current version of an artifact.
      • getRevision

        public String getRevision()

        The revision ID of the current version of an artifact.

        Returns:
        The revision ID of the current version of an artifact.
      • withRevision

        public CurrentRevision withRevision(String revision)

        The revision ID of the current version of an artifact.

        Parameters:
        revision - The revision ID of the current version of an artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setChangeIdentifier

        public void setChangeIdentifier(String changeIdentifier)

        The change identifier for the current revision.

        Parameters:
        changeIdentifier - The change identifier for the current revision.
      • getChangeIdentifier

        public String getChangeIdentifier()

        The change identifier for the current revision.

        Returns:
        The change identifier for the current revision.
      • withChangeIdentifier

        public CurrentRevision withChangeIdentifier(String changeIdentifier)

        The change identifier for the current revision.

        Parameters:
        changeIdentifier - The change identifier for the current revision.
        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 revision of the artifact was created, in timestamp format.

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

        public Date getCreated()

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

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

        public CurrentRevision withCreated(Date created)

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

        Parameters:
        created - The date and time when the most recent revision of the artifact was created, in timestamp format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRevisionSummary

        public void setRevisionSummary(String revisionSummary)

        The summary of the most recent revision of the artifact.

        Parameters:
        revisionSummary - The summary of the most recent revision of the artifact.
      • getRevisionSummary

        public String getRevisionSummary()

        The summary of the most recent revision of the artifact.

        Returns:
        The summary of the most recent revision of the artifact.
      • withRevisionSummary

        public CurrentRevision withRevisionSummary(String revisionSummary)

        The summary of the most recent revision of the artifact.

        Parameters:
        revisionSummary - The summary of the most recent revision of the artifact.
        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 によって変換されたページ (->オリジナル) /