@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVolumesModificationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVolumesModificationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVolumesModificationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to include in another request to get the next page of items.
|
List<VolumeModification> |
getVolumesModifications()
Information about the volume modifications.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
void |
setVolumesModifications(Collection<VolumeModification> volumesModifications)
Information about the volume modifications.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVolumesModificationsResult |
withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
DescribeVolumesModificationsResult |
withVolumesModifications(Collection<VolumeModification> volumesModifications)
Information about the volume modifications.
|
DescribeVolumesModificationsResult |
withVolumesModifications(VolumeModification... volumesModifications)
Information about the volume modifications.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VolumeModification> getVolumesModifications()
Information about the volume modifications.
public void setVolumesModifications(Collection<VolumeModification> volumesModifications)
Information about the volume modifications.
volumesModifications
- Information about the volume modifications.public DescribeVolumesModificationsResult withVolumesModifications(VolumeModification... volumesModifications)
Information about the volume modifications.
NOTE: This method appends the values to the existing list (if any). Use
setVolumesModifications(java.util.Collection)
or withVolumesModifications(java.util.Collection)
if you want to override the existing values.
volumesModifications
- Information about the volume modifications.public DescribeVolumesModificationsResult withVolumesModifications(Collection<VolumeModification> volumesModifications)
Information about the volume modifications.
volumesModifications
- Information about the volume modifications.public void setNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public DescribeVolumesModificationsResult withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeVolumesModificationsResult clone()