Class ListDeploymentsRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The application ID.

        Returns:
        The application ID.
      • environmentId

        public final String environmentId()

        The environment ID.

        Returns:
        The environment ID.
      • maxResults

        public final Integer maxResults()

        The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null NextToken that you can provide in a subsequent call to get the next set of results.

        Returns:
        The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null NextToken that you can provide in a subsequent call to get the next set of results.
      • nextToken

        public final String nextToken()

        The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.

        Returns:
        The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.
      • 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