Class DescribeImportTasksRequest

    • Method Detail

      • importId

        public final String importId()

        Optional filter to describe a specific import task by its ID.

        Returns:
        Optional filter to describe a specific import task by its ID.
      • importStatus

        public final ImportStatus importStatus()

        Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.

        If the service returns an enum value that is not available in the current SDK version, importStatus will return ImportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from importStatusAsString().

        Returns:
        Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
        See Also:
        ImportStatus
      • importStatusAsString

        public final String importStatusAsString()

        Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.

        If the service returns an enum value that is not available in the current SDK version, importStatus will return ImportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from importStatusAsString().

        Returns:
        Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
        See Also:
        ImportStatus
      • importSourceArn

        public final String importSourceArn()

        Optional filter to list imports from a specific source

        Returns:
        Optional filter to list imports from a specific source
      • limit

        public final Integer limit()

        The maximum number of import tasks to return in the response. Default: 50

        Returns:
        The maximum number of import tasks to return in the response. Default: 50
      • nextToken

        public final String nextToken()

        The pagination token for the next set of results.

        Returns:
        The pagination token for the next 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