com.xerox.amazonws.ec2
Class ProductDescription

java.lang.Object
  extended by com.xerox.amazonws.ec2.ProductDescription
Direct Known Subclasses:
ReservedInstances

public class ProductDescription
extends Object


Constructor Summary
ProductDescription(String reservedInstanceOfferingId, InstanceType instanceType, String availabilityZone, long duration, double fixedPrice, double usagePrice, String productDescription)
           
 
Method Summary
 String getAvailabilityZone()
           
 long getDuration()
           
 double getFixedPrice()
           
 String getId()
           
 InstanceType getInstanceType()
           
 String getProductDescription()
           
 double getUsagePrice()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProductDescription

public ProductDescription(String reservedInstanceOfferingId,
                          InstanceType instanceType,
                          String availabilityZone,
                          long duration,
                          double fixedPrice,
                          double usagePrice,
                          String productDescription)
Method Detail

getId

public String getId()

getInstanceType

public InstanceType getInstanceType()

getAvailabilityZone

public String getAvailabilityZone()

getDuration

public long getDuration()

getFixedPrice

public double getFixedPrice()

getUsagePrice

public double getUsagePrice()

getProductDescription

public String getProductDescription()

toString

public String toString()
Overrides:
toString in class Object