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

Class RequestMetadata

    • Constructor Detail

      • RequestMetadata

        public RequestMetadata()
    • Method Detail

      • setRequestId

        public void setRequestId(String requestId)

        The ID of the request. This is required for a pull request code review.

        Parameters:
        requestId - The ID of the request. This is required for a pull request code review.
      • getRequestId

        public String getRequestId()

        The ID of the request. This is required for a pull request code review.

        Returns:
        The ID of the request. This is required for a pull request code review.
      • withRequestId

        public RequestMetadata withRequestId(String requestId)

        The ID of the request. This is required for a pull request code review.

        Parameters:
        requestId - The ID of the request. This is required for a pull request code review.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRequester

        public void setRequester(String requester)

        An identifier, such as a name or account ID, that is associated with the requester. The Requester is used to capture the author/actor name of the event request.

        Parameters:
        requester - An identifier, such as a name or account ID, that is associated with the requester. The Requester is used to capture the author/actor name of the event request.
      • getRequester

        public String getRequester()

        An identifier, such as a name or account ID, that is associated with the requester. The Requester is used to capture the author/actor name of the event request.

        Returns:
        An identifier, such as a name or account ID, that is associated with the requester. The Requester is used to capture the author/actor name of the event request.
      • withRequester

        public RequestMetadata withRequester(String requester)

        An identifier, such as a name or account ID, that is associated with the requester. The Requester is used to capture the author/actor name of the event request.

        Parameters:
        requester - An identifier, such as a name or account ID, that is associated with the requester. The Requester is used to capture the author/actor name of the event request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEventInfo

        public void setEventInfo(EventInfo eventInfo)

        Information about the event associated with a code review.

        Parameters:
        eventInfo - Information about the event associated with a code review.
      • getEventInfo

        public EventInfo getEventInfo()

        Information about the event associated with a code review.

        Returns:
        Information about the event associated with a code review.
      • withEventInfo

        public RequestMetadata withEventInfo(EventInfo eventInfo)

        Information about the event associated with a code review.

        Parameters:
        eventInfo - Information about the event associated with a code review.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVendorName

        public void setVendorName(String vendorName)

        The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review. For example, if code and artifacts are uploaded to an S3 bucket for a CI/CD code review by GitHub scripts from a GitHub repository, then the repository association's ProviderType is S3Bucket and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType in RepositoryAssociation .

        Parameters:
        vendorName - The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review. For example, if code and artifacts are uploaded to an S3 bucket for a CI/CD code review by GitHub scripts from a GitHub repository, then the repository association's ProviderType is S3Bucket and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType in RepositoryAssociation.
        See Also:
        VendorName
      • getVendorName

        public String getVendorName()

        The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review. For example, if code and artifacts are uploaded to an S3 bucket for a CI/CD code review by GitHub scripts from a GitHub repository, then the repository association's ProviderType is S3Bucket and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType in RepositoryAssociation .

        Returns:
        The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review. For example, if code and artifacts are uploaded to an S3 bucket for a CI/CD code review by GitHub scripts from a GitHub repository, then the repository association's ProviderType is S3Bucket and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType in RepositoryAssociation.
        See Also:
        VendorName
      • withVendorName

        public RequestMetadata withVendorName(String vendorName)

        The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review. For example, if code and artifacts are uploaded to an S3 bucket for a CI/CD code review by GitHub scripts from a GitHub repository, then the repository association's ProviderType is S3Bucket and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType in RepositoryAssociation .

        Parameters:
        vendorName - The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review. For example, if code and artifacts are uploaded to an S3 bucket for a CI/CD code review by GitHub scripts from a GitHub repository, then the repository association's ProviderType is S3Bucket and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType in RepositoryAssociation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VendorName
      • withVendorName

        public RequestMetadata withVendorName(VendorName vendorName)

        The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review. For example, if code and artifacts are uploaded to an S3 bucket for a CI/CD code review by GitHub scripts from a GitHub repository, then the repository association's ProviderType is S3Bucket and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType in RepositoryAssociation .

        Parameters:
        vendorName - The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review. For example, if code and artifacts are uploaded to an S3 bucket for a CI/CD code review by GitHub scripts from a GitHub repository, then the repository association's ProviderType is S3Bucket and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType in RepositoryAssociation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VendorName
      • 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 によって変換されたページ (->オリジナル) /