Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.opsworks.model
Class DescribeAppsRequest

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

public class DescribeAppsRequest
extends AmazonWebServiceRequest
implements java.io.Serializable

Container for the parameters to the DescribeApps operation.

Requests a description of a specified set of apps.

See Also:
AWSOpsWorks.describeApps(DescribeAppsRequest), Serialized Form

Constructor Summary
DescribeAppsRequest()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<java.lang.String> getAppIds()
          An array of app IDs for the apps to be described.
 java.lang.String getStackId()
          The app stack ID.
 int hashCode()
           
 void setAppIds(java.util.Collection<java.lang.String> appIds)
          An array of app IDs for the apps to be described.
 void setStackId(java.lang.String stackId)
          The app stack ID.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeAppsRequest withAppIds(java.util.Collection<java.lang.String> appIds)
          An array of app IDs for the apps to be described.
 DescribeAppsRequest withAppIds(java.lang.String... appIds)
          An array of app IDs for the apps to be described.
 DescribeAppsRequest withStackId(java.lang.String stackId)
          The app stack ID.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeAppsRequest

public DescribeAppsRequest()
Method Detail

getStackId

public java.lang.String getStackId()
The app stack ID.

Returns:
The app stack ID.

setStackId

public void setStackId(java.lang.String stackId)
The app stack ID.

Parameters:
stackId - The app stack ID.

withStackId

public DescribeAppsRequest withStackId(java.lang.String stackId)
The app stack ID.

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

Parameters:
stackId - The app stack ID.
Returns:
A reference to this updated object so that method calls can be chained together.

getAppIds

public java.util.List<java.lang.String> getAppIds()
An array of app IDs for the apps to be described.

Returns:
An array of app IDs for the apps to be described.

setAppIds

public void setAppIds(java.util.Collection<java.lang.String> appIds)
An array of app IDs for the apps to be described.

Parameters:
appIds - An array of app IDs for the apps to be described.

withAppIds

public DescribeAppsRequest withAppIds(java.lang.String... appIds)
An array of app IDs for the apps to be described.

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

Parameters:
appIds - An array of app IDs for the apps to be described.
Returns:
A reference to this updated object so that method calls can be chained together.

withAppIds

public DescribeAppsRequest withAppIds(java.util.Collection<java.lang.String> appIds)
An array of app IDs for the apps to be described.

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

Parameters:
appIds - An array of app IDs for the apps to be described.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.