Class ListDiscoveryJobsRequest

    • Method Detail

      • storageSystemArn

        public final String storageSystemArn()

        Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.

        Returns:
        Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.
      • maxResults

        public final Integer maxResults()

        Specifies how many results you want in the response.

        Returns:
        Specifies how many results you want in the response.
      • nextToken

        public final String nextToken()

        Specifies an opaque string that indicates the position to begin the next list of results in the response.

        Returns:
        Specifies an opaque string that indicates the position to begin the next list of results in the response.
      • 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