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()
boolean
getApps()
An array ofApp
objects that describe the specified apps.int
hashCode()
void
setApps
(Collection<App> apps) An array ofApp
objects that describe the specified apps.toString()
Returns a string representation of this object; useful for testing and debugging.An array ofApp
objects that describe the specified apps.withApps
(Collection<App> apps) An array ofApp
objects that describe the specified apps.
-
Constructor Details
-
DescribeAppsResult
public DescribeAppsResult()
-
-
Method Details
-
getApps
An array of
App
objects that describe the specified apps.- Returns:
- An array of
App
objects that describe the specified apps.
-
setApps
An array of
App
objects that describe the specified apps.- Parameters:
apps
- An array ofApp
objects that describe the specified apps.
-
withApps
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)
orwithApps(java.util.Collection)
if you want to override the existing values.- Parameters:
apps
- An array ofApp
objects that describe the specified apps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withApps
An array of
App
objects that describe the specified apps.- Parameters:
apps
- An array ofApp
objects that describe the specified apps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-