Class DescribeImportImageTasksRequest

    • Constructor Detail

      • DescribeImportImageTasksRequest

        public DescribeImportImageTasksRequest()
    • Method Detail

      • getImportTaskIds

        public List<String> getImportTaskIds()

        A list of import image task IDs.

        Returns:
        A list of import image task IDs.
      • setImportTaskIds

        public void setImportTaskIds​(Collection<String> importTaskIds)

        A list of import image task IDs.

        Parameters:
        importTaskIds - A list of import image task IDs.
      • withImportTaskIds

        public DescribeImportImageTasksRequest withImportTaskIds​(Collection<String> importTaskIds)

        A list of import image task IDs.

        Parameters:
        importTaskIds - A list of import image task IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        A token that indicates the next page of results.

        Parameters:
        nextToken - A token that indicates the next page of results.
      • getNextToken

        public String getNextToken()

        A token that indicates the next page of results.

        Returns:
        A token that indicates the next page of results.
      • withNextToken

        public DescribeImportImageTasksRequest withNextToken​(String nextToken)

        A token that indicates the next page of results.

        Parameters:
        nextToken - A token that indicates the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults​(Integer maxResults)

        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

        Parameters:
        maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.
      • getMaxResults

        public Integer getMaxResults()

        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

        Returns:
        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.
      • withMaxResults

        public DescribeImportImageTasksRequest withMaxResults​(Integer maxResults)

        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

        Parameters:
        maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFilters

        public List<Filter> getFilters()

        Filter tasks using the task-state filter and one of the following values: active, completed, deleting, deleted.

        Returns:
        Filter tasks using the task-state filter and one of the following values: active, completed, deleting, deleted.
      • setFilters

        public void setFilters​(Collection<Filter> filters)

        Filter tasks using the task-state filter and one of the following values: active, completed, deleting, deleted.

        Parameters:
        filters - Filter tasks using the task-state filter and one of the following values: active, completed, deleting, deleted.
      • withFilters

        public DescribeImportImageTasksRequest withFilters​(Filter... filters)

        Filter tasks using the task-state filter and one of the following values: active, completed, deleting, deleted.

        NOTE: This method appends the values to the existing list (if any). Use setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override the existing values.

        Parameters:
        filters - Filter tasks using the task-state filter and one of the following values: active, completed, deleting, deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withFilters

        public DescribeImportImageTasksRequest withFilters​(Collection<Filter> filters)

        Filter tasks using the task-state filter and one of the following values: active, completed, deleting, deleted.

        Parameters:
        filters - Filter tasks using the task-state filter and one of the following values: active, completed, deleting, deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object