Class DescribeImportImageTasksResult

    • Constructor Detail

      • DescribeImportImageTasksResult

        public DescribeImportImageTasksResult()
    • Method Detail

      • getImportImageTasks

        public List<ImportImageTask> getImportImageTasks()

        A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

        Returns:
        A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
      • setImportImageTasks

        public void setImportImageTasks​(Collection<ImportImageTask> importImageTasks)

        A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

        Parameters:
        importImageTasks - A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
      • withImportImageTasks

        public DescribeImportImageTasksResult withImportImageTasks​(ImportImageTask... importImageTasks)

        A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

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

        Parameters:
        importImageTasks - A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withImportImageTasks

        public DescribeImportImageTasksResult withImportImageTasks​(Collection<ImportImageTask> importImageTasks)

        A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

        Parameters:
        importImageTasks - A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        The token to use to get the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to get the next page of results. This value is null when there are no more results to return.
      • getNextToken

        public String getNextToken()

        The token to use to get the next page of results. This value is null when there are no more results to return.

        Returns:
        The token to use to get the next page of results. This value is null when there are no more results to return.
      • withNextToken

        public DescribeImportImageTasksResult withNextToken​(String nextToken)

        The token to use to get the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to get the next page of results. This value is null when there are no more results to return.
        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