@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSavingsPlansUtilizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSavingsPlansUtilizationResult() |
Modifier and Type | Method and Description |
---|---|
GetSavingsPlansUtilizationResult |
clone() |
boolean |
equals(Object obj) |
List<SavingsPlansUtilizationByTime> |
getSavingsPlansUtilizationsByTime()
The amount of cost/commitment that you used your Savings Plans.
|
SavingsPlansUtilizationAggregates |
getTotal()
The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
|
int |
hashCode() |
void |
setSavingsPlansUtilizationsByTime(Collection<SavingsPlansUtilizationByTime> savingsPlansUtilizationsByTime)
The amount of cost/commitment that you used your Savings Plans.
|
void |
setTotal(SavingsPlansUtilizationAggregates total)
The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
|
String |
toString()
Returns a string representation of this object.
|
GetSavingsPlansUtilizationResult |
withSavingsPlansUtilizationsByTime(Collection<SavingsPlansUtilizationByTime> savingsPlansUtilizationsByTime)
The amount of cost/commitment that you used your Savings Plans.
|
GetSavingsPlansUtilizationResult |
withSavingsPlansUtilizationsByTime(SavingsPlansUtilizationByTime... savingsPlansUtilizationsByTime)
The amount of cost/commitment that you used your Savings Plans.
|
GetSavingsPlansUtilizationResult |
withTotal(SavingsPlansUtilizationAggregates total)
The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SavingsPlansUtilizationByTime> getSavingsPlansUtilizationsByTime()
The amount of cost/commitment that you used your Savings Plans. You can use it to specify date ranges.
public void setSavingsPlansUtilizationsByTime(Collection<SavingsPlansUtilizationByTime> savingsPlansUtilizationsByTime)
The amount of cost/commitment that you used your Savings Plans. You can use it to specify date ranges.
savingsPlansUtilizationsByTime
- The amount of cost/commitment that you used your Savings Plans. You can use it to specify date ranges.public GetSavingsPlansUtilizationResult withSavingsPlansUtilizationsByTime(SavingsPlansUtilizationByTime... savingsPlansUtilizationsByTime)
The amount of cost/commitment that you used your Savings Plans. You can use it to specify date ranges.
NOTE: This method appends the values to the existing list (if any). Use
setSavingsPlansUtilizationsByTime(java.util.Collection)
or
withSavingsPlansUtilizationsByTime(java.util.Collection)
if you want to override the existing values.
savingsPlansUtilizationsByTime
- The amount of cost/commitment that you used your Savings Plans. You can use it to specify date ranges.public GetSavingsPlansUtilizationResult withSavingsPlansUtilizationsByTime(Collection<SavingsPlansUtilizationByTime> savingsPlansUtilizationsByTime)
The amount of cost/commitment that you used your Savings Plans. You can use it to specify date ranges.
savingsPlansUtilizationsByTime
- The amount of cost/commitment that you used your Savings Plans. You can use it to specify date ranges.public void setTotal(SavingsPlansUtilizationAggregates total)
The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
total
- The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.public SavingsPlansUtilizationAggregates getTotal()
The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
public GetSavingsPlansUtilizationResult withTotal(SavingsPlansUtilizationAggregates total)
The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
total
- The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.public String toString()
toString
in class Object
Object.toString()
public GetSavingsPlansUtilizationResult clone()