Class DescribeExportConfigurationsRequest

    • Constructor Detail

      • DescribeExportConfigurationsRequest

        public DescribeExportConfigurationsRequest()
    • Method Detail

      • getExportIds

        public List<String> getExportIds()

        A unique identifier that you can use to query the export status.

        Returns:
        A unique identifier that you can use to query the export status.
      • setExportIds

        public void setExportIds​(Collection<String> exportIds)

        A unique identifier that you can use to query the export status.

        Parameters:
        exportIds - A unique identifier that you can use to query the export status.
      • withExportIds

        public DescribeExportConfigurationsRequest withExportIds​(Collection<String> exportIds)

        A unique identifier that you can use to query the export status.

        Parameters:
        exportIds - A unique identifier that you can use to query the export status.
        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 that you want to display as a part of the query.

        Parameters:
        maxResults - The maximum number of results that you want to display as a part of the query.
      • getMaxResults

        public Integer getMaxResults()

        The maximum number of results that you want to display as a part of the query.

        Returns:
        The maximum number of results that you want to display as a part of the query.
      • withMaxResults

        public DescribeExportConfigurationsRequest withMaxResults​(Integer maxResults)

        The maximum number of results that you want to display as a part of the query.

        Parameters:
        maxResults - The maximum number of results that you want to display as a part of the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

        Parameters:
        nextToken - A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.
      • getNextToken

        public String getNextToken()

        A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

        Returns:
        A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.
      • withNextToken

        public DescribeExportConfigurationsRequest withNextToken​(String nextToken)

        A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

        Parameters:
        nextToken - A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.
        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