|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeDeploymentsRequest
public class DescribeDeploymentsRequest
Container for the parameters to the DescribeDeployments operation.
Requests a description of a specified set of deployments.
AWSOpsWorks.describeDeployments(DescribeDeploymentsRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeDeploymentsRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAppId()
The app ID. |
List<String> |
getDeploymentIds()
An array of deployment IDs to be described. |
String |
getStackId()
The stack ID. |
int |
hashCode()
|
void |
setAppId(String appId)
The app ID. |
void |
setDeploymentIds(Collection<String> deploymentIds)
An array of deployment IDs to be described. |
void |
setStackId(String stackId)
The stack ID. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeDeploymentsRequest |
withAppId(String appId)
The app ID. |
DescribeDeploymentsRequest |
withDeploymentIds(Collection<String> deploymentIds)
An array of deployment IDs to be described. |
DescribeDeploymentsRequest |
withDeploymentIds(String... deploymentIds)
An array of deployment IDs to be described. |
DescribeDeploymentsRequest |
withStackId(String stackId)
The 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 |
|---|
public DescribeDeploymentsRequest()
| Method Detail |
|---|
public String getStackId()
public void setStackId(String stackId)
stackId - The stack ID.public DescribeDeploymentsRequest withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId - The stack ID.
public String getAppId()
public void setAppId(String appId)
appId - The app ID.public DescribeDeploymentsRequest withAppId(String appId)
Returns a reference to this object so that method calls can be chained together.
appId - The app ID.
public List<String> getDeploymentIds()
public void setDeploymentIds(Collection<String> deploymentIds)
deploymentIds - An array of deployment IDs to be described.public DescribeDeploymentsRequest withDeploymentIds(String... deploymentIds)
Returns a reference to this object so that method calls can be chained together.
deploymentIds - An array of deployment IDs to be described.
public DescribeDeploymentsRequest withDeploymentIds(Collection<String> deploymentIds)
Returns a reference to this object so that method calls can be chained together.
deploymentIds - An array of deployment IDs to be described.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||