public class DescribeSnapshotsResult extends Object implements Serializable
Constructor and Description |
---|
DescribeSnapshotsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Snapshot> |
getSnapshots()
Information about the snapshots.
|
int |
hashCode() |
void |
setSnapshots(Collection<Snapshot> snapshots)
Information about the snapshots.
|
String |
toString() |
public List<Snapshot> getSnapshots()
Information about the snapshots.
public void setSnapshots(Collection<Snapshot> snapshots)
Information about the snapshots.
snapshots
- Information about the snapshots.Copyright © 2010–2020. All rights reserved.