|
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.DescribeStacksRequest
public class DescribeStacksRequest
Container for the parameters to the DescribeStacks operation
.
Requests a description of one or more stacks.
AWSOpsWorks.describeStacks(DescribeStacksRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeStacksRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getStackIds()
An array of stack IDs that specify the stacks to be described. |
int |
hashCode()
|
void |
setStackIds(Collection<String> stackIds)
An array of stack IDs that specify the stacks to be described. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeStacksRequest |
withStackIds(Collection<String> stackIds)
An array of stack IDs that specify the stacks to be described. |
DescribeStacksRequest |
withStackIds(String... stackIds)
An array of stack IDs that specify the stacks to be described. |
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 DescribeStacksRequest()
Method Detail |
---|
public List<String> getStackIds()
public void setStackIds(Collection<String> stackIds)
stackIds
- An array of stack IDs that specify the stacks to be described.public DescribeStacksRequest withStackIds(String... stackIds)
Returns a reference to this object so that method calls can be chained together.
stackIds
- An array of stack IDs that specify the stacks to be described.
public DescribeStacksRequest withStackIds(Collection<String> stackIds)
Returns a reference to this object so that method calls can be chained together.
stackIds
- An array of stack IDs that specify the stacks to be described.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |