@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Coverage extends Object implements Serializable, Cloneable, StructuredPojo
The amount of instance usage that a reservation covered.
| Constructor and Description |
|---|
Coverage() |
| Modifier and Type | Method and Description |
|---|---|
Coverage |
clone() |
boolean |
equals(Object obj) |
CoverageHours |
getCoverageHours()
The amount of instance usage that a reservation covered, in hours.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCoverageHours(CoverageHours coverageHours)
The amount of instance usage that a reservation covered, in hours.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Coverage |
withCoverageHours(CoverageHours coverageHours)
The amount of instance usage that a reservation covered, in hours.
|
public void setCoverageHours(CoverageHours coverageHours)
The amount of instance usage that a reservation covered, in hours.
coverageHours - The amount of instance usage that a reservation covered, in hours.public CoverageHours getCoverageHours()
The amount of instance usage that a reservation covered, in hours.
public Coverage withCoverageHours(CoverageHours coverageHours)
The amount of instance usage that a reservation covered, in hours.
coverageHours - The amount of instance usage that a reservation covered, in hours.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.