Class DescribeAppsResult
java.lang.Object
com.amazonaws.services.opsworks.model.DescribeAppsResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the response to a DescribeApps request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetApps()An array ofAppobjects that describe the specified apps.inthashCode()voidsetApps(Collection<App> apps) An array ofAppobjects that describe the specified apps.toString()Returns a string representation of this object; useful for testing and debugging.An array ofAppobjects that describe the specified apps.withApps(Collection<App> apps) An array ofAppobjects that describe the specified apps.
-
Constructor Details
-
DescribeAppsResult
public DescribeAppsResult()
-
-
Method Details
-
getApps
-
setApps
An array of
Appobjects that describe the specified apps.- Parameters:
apps- An array ofAppobjects that describe the specified apps.
-
withApps
An array of
Appobjects that describe the specified apps.NOTE: This method appends the values to the existing list (if any). Use
setApps(java.util.Collection)orwithApps(java.util.Collection)if you want to override the existing values.- Parameters:
apps- An array ofAppobjects that describe the specified apps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withApps
An array of
Appobjects that describe the specified apps.- Parameters:
apps- An array ofAppobjects that describe the specified apps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-