@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoverageCost extends Object implements Serializable, Cloneable, StructuredPojo
How much it cost to run an instance.
Constructor and Description |
---|
CoverageCost() |
Modifier and Type | Method and Description |
---|---|
CoverageCost |
clone() |
boolean |
equals(Object obj) |
String |
getOnDemandCost()
How much an On-Demand instance cost.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOnDemandCost(String onDemandCost)
How much an On-Demand instance cost.
|
String |
toString()
Returns a string representation of this object.
|
CoverageCost |
withOnDemandCost(String onDemandCost)
How much an On-Demand instance cost.
|
public void setOnDemandCost(String onDemandCost)
How much an On-Demand instance cost.
onDemandCost
- How much an On-Demand instance cost.public String getOnDemandCost()
How much an On-Demand instance cost.
public CoverageCost withOnDemandCost(String onDemandCost)
How much an On-Demand instance cost.
onDemandCost
- How much an On-Demand instance cost.public String toString()
toString
in class Object
Object.toString()
public CoverageCost clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.