Class DescribeConfigurationsRequest

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

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

    • DescribeConfigurationsRequest

      public DescribeConfigurationsRequest()
  • Method Details

    • getConfigurationIds

      public List<String> getConfigurationIds()

      One or more configuration IDs.

      Returns:
      One or more configuration IDs.
    • setConfigurationIds

      public void setConfigurationIds(Collection<String> configurationIds)

      One or more configuration IDs.

      Parameters:
      configurationIds - One or more configuration IDs.
    • withConfigurationIds

      public DescribeConfigurationsRequest withConfigurationIds(String... configurationIds)

      One or more configuration IDs.

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

      Parameters:
      configurationIds - One or more configuration IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withConfigurationIds

      public DescribeConfigurationsRequest withConfigurationIds(Collection<String> configurationIds)

      One or more configuration IDs.

      Parameters:
      configurationIds - One or more configuration IDs.
      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: