com.xerox.amazonws.ec2
Class SnapshotInfo
java.lang.Object
com.xerox.amazonws.ec2.SnapshotInfo
public class SnapshotInfo
- extends Object
An instance of this class represents an EC2 Snapshot.
Instances are returned by calls to
com.xerox.amazonws.ec2.Jec2#createSnapshot(String)
,
Jec2.describeSnapshots(List)
, and
Jec2.describeSnapshots(String[])
.
SnapshotInfo
public SnapshotInfo(String snapshotId,
String volumeId,
String status,
Calendar startTime,
String progress,
String ownerId,
String volumeSize,
String description,
String ownerAlias)
getSnapshotId
public String getSnapshotId()
getVolumeId
public String getVolumeId()
getStatus
public String getStatus()
getStartTime
public Calendar getStartTime()
getProgress
public String getProgress()
getOwnerId
public String getOwnerId()
getVolumeSize
public String getVolumeSize()
getDescription
public String getDescription()
getOwnerAlias
public String getOwnerAlias()
toString
public String toString()
- Overrides:
toString
in class Object