com.xerox.amazonws.ec2
Class SnapshotInfo

java.lang.Object
  extended by 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[]).


Constructor Summary
SnapshotInfo(String snapshotId, String volumeId, String status, Calendar startTime, String progress, String ownerId, String volumeSize, String description, String ownerAlias)
           
 
Method Summary
 String getDescription()
           
 String getOwnerAlias()
           
 String getOwnerId()
           
 String getProgress()
           
 String getSnapshotId()
           
 Calendar getStartTime()
           
 String getStatus()
           
 String getVolumeId()
           
 String getVolumeSize()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnapshotInfo

public SnapshotInfo(String snapshotId,
                    String volumeId,
                    String status,
                    Calendar startTime,
                    String progress,
                    String ownerId,
                    String volumeSize,
                    String description,
                    String ownerAlias)
Method Detail

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