|
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.DescribeInstancesRequest
public class DescribeInstancesRequest
Container for the parameters to the DescribeInstances operation
.
Requests a description of a set of instances associated with a specified ID or IDs.
AWSOpsWorks.describeInstances(DescribeInstancesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeInstancesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAppId()
An app ID. |
List<String> |
getInstanceIds()
An array of instance IDs to be described. |
String |
getLayerId()
A layer ID. |
String |
getStackId()
A stack ID. |
int |
hashCode()
|
void |
setAppId(String appId)
An app ID. |
void |
setInstanceIds(Collection<String> instanceIds)
An array of instance IDs to be described. |
void |
setLayerId(String layerId)
A layer ID. |
void |
setStackId(String stackId)
A stack ID. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeInstancesRequest |
withAppId(String appId)
An app ID. |
DescribeInstancesRequest |
withInstanceIds(Collection<String> instanceIds)
An array of instance IDs to be described. |
DescribeInstancesRequest |
withInstanceIds(String... instanceIds)
An array of instance IDs to be described. |
DescribeInstancesRequest |
withLayerId(String layerId)
A layer ID. |
DescribeInstancesRequest |
withStackId(String stackId)
A 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 DescribeInstancesRequest()
Method Detail |
---|
public String getStackId()
public void setStackId(String stackId)
stackId
- A stack ID.public DescribeInstancesRequest withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId
- A stack ID.
public String getLayerId()
public void setLayerId(String layerId)
layerId
- A layer ID.public DescribeInstancesRequest withLayerId(String layerId)
Returns a reference to this object so that method calls can be chained together.
layerId
- A layer ID.
public String getAppId()
public void setAppId(String appId)
appId
- An app ID.public DescribeInstancesRequest withAppId(String appId)
Returns a reference to this object so that method calls can be chained together.
appId
- An app ID.
public List<String> getInstanceIds()
public void setInstanceIds(Collection<String> instanceIds)
instanceIds
- An array of instance IDs to be described.public DescribeInstancesRequest withInstanceIds(String... instanceIds)
Returns a reference to this object so that method calls can be chained together.
instanceIds
- An array of instance IDs to be described.
public DescribeInstancesRequest withInstanceIds(Collection<String> instanceIds)
Returns a reference to this object so that method calls can be chained together.
instanceIds
- An array of instance IDs 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 |