|
|||||||
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.DescribeVolumeStatusRequest
public class DescribeVolumeStatusRequest
Container for the parameters to the DescribeVolumeStatus operation
.
Describes the status of a volume.
AmazonEC2.describeVolumeStatus(DescribeVolumeStatusRequest)
Constructor Summary | |
---|---|
DescribeVolumeStatusRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Filter> |
getFilters()
Returns the value of the Filters property for this object. |
Integer |
getMaxResults()
Returns the value of the MaxResults property for this object. |
String |
getNextToken()
Returns the value of the NextToken property for this object. |
List<String> |
getVolumeIds()
Returns the value of the VolumeIds property for this object. |
int |
hashCode()
|
void |
setFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object. |
void |
setMaxResults(Integer maxResults)
Sets the value of the MaxResults property for this object. |
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
void |
setVolumeIds(Collection<String> volumeIds)
Sets the value of the VolumeIds property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeVolumeStatusRequest |
withFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object. |
DescribeVolumeStatusRequest |
withFilters(Filter... filters)
Sets the value of the Filters property for this object. |
DescribeVolumeStatusRequest |
withMaxResults(Integer maxResults)
Sets the value of the MaxResults property for this object. |
DescribeVolumeStatusRequest |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
DescribeVolumeStatusRequest |
withVolumeIds(Collection<String> volumeIds)
Sets the value of the VolumeIds property for this object. |
DescribeVolumeStatusRequest |
withVolumeIds(String... volumeIds)
Sets the value of the VolumeIds property for this object. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeVolumeStatusRequest()
Method Detail |
---|
public List<String> getVolumeIds()
public void setVolumeIds(Collection<String> volumeIds)
volumeIds
- The new value for the VolumeIds property for this object.public DescribeVolumeStatusRequest withVolumeIds(String... volumeIds)
Returns a reference to this object so that method calls can be chained together.
volumeIds
- The new value for the VolumeIds property for this object.
public DescribeVolumeStatusRequest withVolumeIds(Collection<String> volumeIds)
Returns a reference to this object so that method calls can be chained together.
volumeIds
- The new value for the VolumeIds property for this object.
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters
- The new value for the Filters property for this object.public DescribeVolumeStatusRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters
- The new value for the Filters property for this object.
public DescribeVolumeStatusRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
- The new value for the Filters property for this object.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.public DescribeVolumeStatusRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The new value for the NextToken property for this object.
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
maxResults
- The new value for the MaxResults property for this object.public DescribeVolumeStatusRequest withMaxResults(Integer maxResults)
Returns a reference to this object so that method calls can be chained together.
maxResults
- The new value for the MaxResults property for this object.
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 |