com.xerox.amazonws.ec2
Class SpotInstanceRequest

java.lang.Object
  extended by com.xerox.amazonws.ec2.SpotInstanceRequest

public class SpotInstanceRequest
extends Object


Field Summary
protected  String availabilityZoneGroup
           
protected  Calendar createTime
           
protected  String instanceId
           
protected  String launchGroup
           
protected  String productDescription
           
protected  String spotInstanceRequestId
           
protected  double spotPrice
           
protected  SpotInstanceState state
           
protected  SpotInstanceType type
           
 
Constructor Summary
SpotInstanceRequest()
           
 
Method Summary
 String getAvailabilityZoneGroup()
           
 Calendar getCreateTime()
           
 String getInstanceId()
           
 String getLaunchGroup()
           
 String getProductDescription()
           
 String getSpotInstanceRequestId()
           
 double getSpotPrice()
           
 SpotInstanceState getState()
           
 SpotInstanceType getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

spotInstanceRequestId

protected String spotInstanceRequestId

spotPrice

protected double spotPrice

type

protected SpotInstanceType type

state

protected SpotInstanceState state

launchGroup

protected String launchGroup

availabilityZoneGroup

protected String availabilityZoneGroup

instanceId

protected String instanceId

createTime

protected Calendar createTime

productDescription

protected String productDescription
Constructor Detail

SpotInstanceRequest

public SpotInstanceRequest()
Method Detail

getSpotInstanceRequestId

public String getSpotInstanceRequestId()

getSpotPrice

public double getSpotPrice()

getType

public SpotInstanceType getType()

getState

public SpotInstanceState getState()

getLaunchGroup

public String getLaunchGroup()

getAvailabilityZoneGroup

public String getAvailabilityZoneGroup()

getInstanceId

public String getInstanceId()

getCreateTime

public Calendar getCreateTime()

getProductDescription

public String getProductDescription()

toString

public String toString()
Overrides:
toString in class Object