Class DescribeAppsRequest

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

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

    • DescribeAppsRequest

      public DescribeAppsRequest()
  • Method Details

    • setStackId

      public void setStackId(String stackId)

      The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.

      Parameters:
      stackId - The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.
    • getStackId

      public String getStackId()

      The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.

      Returns:
      The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.
    • withStackId

      public DescribeAppsRequest withStackId(String stackId)

      The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.

      Parameters:
      stackId - The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • getAppIds

      public List<String> getAppIds()

      An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

      Returns:
      An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
    • setAppIds

      public void setAppIds(Collection<String> appIds)

      An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

      Parameters:
      appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
    • withAppIds

      public DescribeAppsRequest withAppIds(String... appIds)

      An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

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

      Parameters:
      appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withAppIds

      public DescribeAppsRequest withAppIds(Collection<String> appIds)

      An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

      Parameters:
      appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
      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

      public DescribeAppsRequest 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: