com.amazonaws.services.opsworks.model
Class DescribeAppsResult

java.lang.Object
  extended by com.amazonaws.services.opsworks.model.DescribeAppsResult
All Implemented Interfaces:
Serializable

public class DescribeAppsResult
extends Object
implements Serializable

Contains the response to a DescribeApps request.

See Also:
Serialized Form

Constructor Summary
DescribeAppsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<App> getApps()
          An array of App objects that describe the specified apps.
 int hashCode()
           
 void setApps(Collection<App> apps)
          An array of App objects that describe the specified apps.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeAppsResult withApps(App... apps)
          An array of App objects that describe the specified apps.
 DescribeAppsResult withApps(Collection<App> apps)
          An array of App objects that describe the specified apps.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeAppsResult

public DescribeAppsResult()
Method Detail

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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
apps - An array of App objects that describe the specified apps.
Returns:
A reference to this updated 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
apps - An array of App objects that describe the specified apps.
Returns:
A reference to this updated 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:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.