Class ListFileTransferResultsRequest

    • Method Detail

      • connectorId

        public final String connectorId()

        A unique identifier for a connector. This value should match the value supplied to the corresponding StartFileTransfer call.

        Returns:
        A unique identifier for a connector. This value should match the value supplied to the corresponding StartFileTransfer call.
      • transferId

        public final String transferId()

        A unique identifier for a file transfer. This value should match the value supplied to the corresponding StartFileTransfer call.

        Returns:
        A unique identifier for a file transfer. This value should match the value supplied to the corresponding StartFileTransfer call.
      • nextToken

        public final String nextToken()

        If there are more file details than returned in this call, use this value for a subsequent call to ListFileTransferResults to retrieve them.

        Returns:
        If there are more file details than returned in this call, use this value for a subsequent call to ListFileTransferResults to retrieve them.
      • maxResults

        public final Integer maxResults()

        The maximum number of files to return in a single page. Note that currently you can specify a maximum of 10 file paths in a single StartFileTransfer operation. Thus, the maximum number of file transfer results that can be returned in a single page is 10.

        Returns:
        The maximum number of files to return in a single page. Note that currently you can specify a maximum of 10 file paths in a single StartFileTransfer operation. Thus, the maximum number of file transfer results that can be returned in a single page is 10.
      • 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