|
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.ec2.model.DescribeVolumeStatusRequest
public class DescribeVolumeStatusRequest
Container for the parameters to the DescribeVolumeStatus operation.
Describes the status of a volume.
AmazonEC2.describeVolumeStatus(DescribeVolumeStatusRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeVolumeStatusRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<Filter> |
getFilters()
Returns the value of the Filters property for this object. |
java.lang.Integer |
getMaxResults()
Returns the value of the MaxResults property for this object. |
java.lang.String |
getNextToken()
Returns the value of the NextToken property for this object. |
java.util.List<java.lang.String> |
getVolumeIds()
Returns the value of the VolumeIds property for this object. |
int |
hashCode()
|
void |
setFilters(java.util.Collection<Filter> filters)
Sets the value of the Filters property for this object. |
void |
setMaxResults(java.lang.Integer maxResults)
Sets the value of the MaxResults property for this object. |
void |
setNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object. |
void |
setVolumeIds(java.util.Collection<java.lang.String> volumeIds)
Sets the value of the VolumeIds property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeVolumeStatusRequest |
withFilters(java.util.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(java.lang.Integer maxResults)
Sets the value of the MaxResults property for this object. |
DescribeVolumeStatusRequest |
withNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object. |
DescribeVolumeStatusRequest |
withVolumeIds(java.util.Collection<java.lang.String> volumeIds)
Sets the value of the VolumeIds property for this object. |
DescribeVolumeStatusRequest |
withVolumeIds(java.lang.String... volumeIds)
Sets the value of the VolumeIds property for this object. |
| 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 DescribeVolumeStatusRequest()
| Method Detail |
|---|
public java.util.List<java.lang.String> getVolumeIds()
public void setVolumeIds(java.util.Collection<java.lang.String> volumeIds)
volumeIds - The new value for the VolumeIds property for this object.public DescribeVolumeStatusRequest withVolumeIds(java.lang.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(java.util.Collection<java.lang.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 java.util.List<Filter> getFilters()
public void setFilters(java.util.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(java.util.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 java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - The new value for the NextToken property for this object.public DescribeVolumeStatusRequest withNextToken(java.lang.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 java.lang.Integer getMaxResults()
public void setMaxResults(java.lang.Integer maxResults)
maxResults - The new value for the MaxResults property for this object.public DescribeVolumeStatusRequest withMaxResults(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||