Class DescribeAppsResult

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

public class DescribeAppsResult extends Object implements Serializable, Cloneable

Contains the response to a DescribeApps request.

See Also:
  • Constructor Details

    • DescribeAppsResult

      public DescribeAppsResult()
  • Method Details

    • getApps

      public List<App> getApps()

      An array of App objects that describe the specified apps.

      Returns:
      An array of App objects that describe the specified apps.
    • setApps

      public void setApps(Collection<App> apps)

      An array of App objects that describe the specified apps.

      Parameters:
      apps - An array of App objects that describe the specified apps.
    • withApps

      public DescribeAppsResult withApps(App... apps)

      An array of App objects that describe the specified apps.

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

      Parameters:
      apps - An array of App objects that describe the specified apps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withApps

      public DescribeAppsResult withApps(Collection<App> apps)

      An array of App objects that describe the specified apps.

      Parameters:
      apps - An array of App objects that describe the specified apps.
      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 DescribeAppsResult clone()
      Overrides:
      clone in class Object