|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.SpotPrice
public class SpotPrice
| Constructor Summary | |
|---|---|
SpotPrice()
|
|
| Method Summary | |
|---|---|
String |
getInstanceType()
Constraints: Allowed Values: t1.micro, m1.small, m1.large, m1.xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, c1.medium, c1.xlarge, cc1.4xlarge, cg1.4xlarge |
String |
getProductDescription()
|
String |
getSpotPrice()
|
Date |
getTimestamp()
|
void |
setInstanceType(String instanceType)
Constraints: Allowed Values: t1.micro, m1.small, m1.large, m1.xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, c1.medium, c1.xlarge, cc1.4xlarge, cg1.4xlarge |
void |
setProductDescription(String productDescription)
|
void |
setSpotPrice(String spotPrice)
|
void |
setTimestamp(Date timestamp)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SpotPrice |
withInstanceType(String instanceType)
Returns a reference to this object so that method calls can be chained together. |
SpotPrice |
withProductDescription(String productDescription)
Returns a reference to this object so that method calls can be chained together. |
SpotPrice |
withSpotPrice(String spotPrice)
Returns a reference to this object so that method calls can be chained together. |
SpotPrice |
withTimestamp(Date timestamp)
Returns a reference to this object so that method calls can be chained together. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpotPrice()
| Method Detail |
|---|
public String getInstanceType()
Constraints:
Allowed Values: t1.micro, m1.small, m1.large, m1.xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, c1.medium, c1.xlarge, cc1.4xlarge, cg1.4xlarge
InstanceTypepublic void setInstanceType(String instanceType)
Constraints:
Allowed Values: t1.micro, m1.small, m1.large, m1.xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, c1.medium, c1.xlarge, cc1.4xlarge, cg1.4xlarge
instanceType - InstanceTypepublic SpotPrice withInstanceType(String instanceType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: t1.micro, m1.small, m1.large, m1.xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, c1.medium, c1.xlarge, cc1.4xlarge, cg1.4xlarge
instanceType -
InstanceTypepublic String getProductDescription()
public void setProductDescription(String productDescription)
productDescription - public SpotPrice withProductDescription(String productDescription)
Returns a reference to this object so that method calls can be chained together.
productDescription -
public String getSpotPrice()
public void setSpotPrice(String spotPrice)
spotPrice - public SpotPrice withSpotPrice(String spotPrice)
Returns a reference to this object so that method calls can be chained together.
spotPrice -
public Date getTimestamp()
public void setTimestamp(Date timestamp)
timestamp - public SpotPrice withTimestamp(Date timestamp)
Returns a reference to this object so that method calls can be chained together.
timestamp -
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||