|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeSpotInstanceRequestsRequest
public class DescribeSpotInstanceRequestsRequest
Constructor Summary | |
---|---|
DescribeSpotInstanceRequestsRequest()
|
Method Summary | |
---|---|
List<String> |
getSpotInstanceRequestIds()
The ID of the request. |
void |
setSpotInstanceRequestIds(Collection<String> spotInstanceRequestIds)
The ID of the request. |
String |
toString()
|
DescribeSpotInstanceRequestsRequest |
withSpotInstanceRequestIds(Collection<String> spotInstanceRequestIds)
The ID of the request. |
DescribeSpotInstanceRequestsRequest |
withSpotInstanceRequestIds(String... spotInstanceRequestIds)
The ID of the request. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeSpotInstanceRequestsRequest()
Method Detail |
---|
public List<String> getSpotInstanceRequestIds()
public void setSpotInstanceRequestIds(Collection<String> spotInstanceRequestIds)
spotInstanceRequestIds
- The ID of the request.public DescribeSpotInstanceRequestsRequest withSpotInstanceRequestIds(String... spotInstanceRequestIds)
Returns a reference to this object so that method calls can be chained together.
spotInstanceRequestIds
- The ID of the request.
public DescribeSpotInstanceRequestsRequest withSpotInstanceRequestIds(Collection<String> spotInstanceRequestIds)
Returns a reference to this object so that method calls can be chained together.
spotInstanceRequestIds
- The ID of the request.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |