public class DescribeVolumeStatusRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeVolumeStatus operation.
Describes the status of a volume.
| コンストラクタと説明 |
|---|
DescribeVolumeStatusRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object