Class DescribeExportConfigurationsRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.applicationdiscovery.model.DescribeExportConfigurationsRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class DescribeExportConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
See Also:
  • Constructor Details

    • DescribeExportConfigurationsRequest

      public DescribeExportConfigurationsRequest()
  • Method Details

    • 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(String... exportIds)

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

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

      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.
    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: