Class ListReplicatorsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.

        Returns:
        The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
      • nextToken

        public final String nextToken()

        If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.

        Returns:
        If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.
      • replicatorNameFilter

        public final String replicatorNameFilter()

        Returns replicators starting with given name.

        Returns:
        Returns replicators starting with given name.
      • 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