@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspaceSnapshotsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeWorkspaceSnapshotsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeWorkspaceSnapshotsResult | clone() | 
| boolean | equals(Object obj) | 
| List<Snapshot> | getRebuildSnapshots()
 Information about the snapshots that can be used to rebuild a WorkSpace. | 
| List<Snapshot> | getRestoreSnapshots()
 Information about the snapshots that can be used to restore a WorkSpace. | 
| int | hashCode() | 
| void | setRebuildSnapshots(Collection<Snapshot> rebuildSnapshots)
 Information about the snapshots that can be used to rebuild a WorkSpace. | 
| void | setRestoreSnapshots(Collection<Snapshot> restoreSnapshots)
 Information about the snapshots that can be used to restore a WorkSpace. | 
| String | toString()Returns a string representation of this object. | 
| DescribeWorkspaceSnapshotsResult | withRebuildSnapshots(Collection<Snapshot> rebuildSnapshots)
 Information about the snapshots that can be used to rebuild a WorkSpace. | 
| DescribeWorkspaceSnapshotsResult | withRebuildSnapshots(Snapshot... rebuildSnapshots)
 Information about the snapshots that can be used to rebuild a WorkSpace. | 
| DescribeWorkspaceSnapshotsResult | withRestoreSnapshots(Collection<Snapshot> restoreSnapshots)
 Information about the snapshots that can be used to restore a WorkSpace. | 
| DescribeWorkspaceSnapshotsResult | withRestoreSnapshots(Snapshot... restoreSnapshots)
 Information about the snapshots that can be used to restore a WorkSpace. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Snapshot> getRebuildSnapshots()
Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
public void setRebuildSnapshots(Collection<Snapshot> rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
rebuildSnapshots - Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user
        volume.public DescribeWorkspaceSnapshotsResult withRebuildSnapshots(Snapshot... rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
 NOTE: This method appends the values to the existing list (if any). Use
 setRebuildSnapshots(java.util.Collection) or withRebuildSnapshots(java.util.Collection) if you
 want to override the existing values.
 
rebuildSnapshots - Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user
        volume.public DescribeWorkspaceSnapshotsResult withRebuildSnapshots(Collection<Snapshot> rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
rebuildSnapshots - Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user
        volume.public List<Snapshot> getRestoreSnapshots()
Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
public void setRestoreSnapshots(Collection<Snapshot> restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
restoreSnapshots - Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the
        root volume and the user volume.public DescribeWorkspaceSnapshotsResult withRestoreSnapshots(Snapshot... restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
 NOTE: This method appends the values to the existing list (if any). Use
 setRestoreSnapshots(java.util.Collection) or withRestoreSnapshots(java.util.Collection) if you
 want to override the existing values.
 
restoreSnapshots - Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the
        root volume and the user volume.public DescribeWorkspaceSnapshotsResult withRestoreSnapshots(Collection<Snapshot> restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
restoreSnapshots - Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the
        root volume and the user volume.public String toString()
toString in class ObjectObject.toString()public DescribeWorkspaceSnapshotsResult clone()