Class GetDistributionsRequest

    • Method Detail

      • distributionName

        public final String distributionName()

        The name of the distribution for which to return information.

        When omitted, the response includes all of your distributions in the Amazon Web Services Region where the request is made.

        Returns:
        The name of the distribution for which to return information.

        When omitted, the response includes all of your distributions in the Amazon Web Services Region where the request is made.

      • pageToken

        public final String pageToken()

        The token to advance to the next page of results from your request.

        To get a page token, perform an initial GetDistributions request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

        Returns:
        The token to advance to the next page of results from your request.

        To get a page token, perform an initial GetDistributions request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

      • toString

        public final 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