@Generated(value="software.amazon.awssdk:codegen") public final class GetCostAndUsageWithResourcesRequest extends CostExplorerRequest implements ToCopyableBuilder<GetCostAndUsageWithResourcesRequest.Builder,GetCostAndUsageWithResourcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetCostAndUsageWithResourcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetCostAndUsageWithResourcesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Expression |
filter()
Filters Amazon Web Services costs by different dimensions.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Granularity |
granularity()
Sets the AWS cost granularity to
MONTHLY, DAILY, or HOURLY. |
String |
granularityAsString()
Sets the AWS cost granularity to
MONTHLY, DAILY, or HOURLY. |
List<GroupDefinition> |
groupBy()
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
boolean |
hasGroupBy()
Returns true if the GroupBy property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasMetrics()
Returns true if the Metrics property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<String> |
metrics()
Which metrics are returned in the query.
|
String |
nextPageToken()
The token to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetCostAndUsageWithResourcesRequest.Builder> |
serializableBuilderClass() |
DateInterval |
timePeriod()
Sets the start and end dates for retrieving Amazon Web Services costs.
|
GetCostAndUsageWithResourcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DateInterval timePeriod()
Sets the start and end dates for retrieving Amazon Web Services costs. The range must be within the last 14 days
(the start date cannot be earlier than 14 days ago). The start date is inclusive, but the end date is exclusive.
For example, if start is 2017-01-01 and end is 2017-05-01,
then the cost and usage data is retrieved from 2017-01-01 up to and including
2017-04-30 but not including 2017-05-01.
start is 2017-01-01 and end is
2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and
including 2017-04-30 but not including 2017-05-01.public final Granularity granularity()
Sets the AWS cost granularity to MONTHLY, DAILY, or HOURLY. If
Granularity isn't set, the response object doesn't include the Granularity,
MONTHLY, DAILY, or HOURLY.
If the service returns an enum value that is not available in the current SDK version, granularity will
return Granularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
granularityAsString().
MONTHLY, DAILY, or HOURLY. If
Granularity isn't set, the response object doesn't include the Granularity,
MONTHLY, DAILY, or HOURLY.Granularitypublic final String granularityAsString()
Sets the AWS cost granularity to MONTHLY, DAILY, or HOURLY. If
Granularity isn't set, the response object doesn't include the Granularity,
MONTHLY, DAILY, or HOURLY.
If the service returns an enum value that is not available in the current SDK version, granularity will
return Granularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
granularityAsString().
MONTHLY, DAILY, or HOURLY. If
Granularity isn't set, the response object doesn't include the Granularity,
MONTHLY, DAILY, or HOURLY.Granularitypublic final Expression filter()
Filters Amazon Web Services costs by different dimensions. For example, you can specify SERVICE and
LINKED_ACCOUNT and get the costs that are associated with that account's usage of that service. You
can nest Expression objects to define any combination of dimension filters. For more information,
see Expression.
The GetCostAndUsageWithResources operation requires that you either group by or filter by a
ResourceId. It requires the Expression
"SERVICE = Amazon Elastic Compute Cloud - Compute" in the filter.
SERVICE and LINKED_ACCOUNT and get the costs that are associated with that
account's usage of that service. You can nest Expression objects to define any combination
of dimension filters. For more information, see Expression.
The GetCostAndUsageWithResources operation requires that you either group by or filter by a
ResourceId. It requires the Expression "SERVICE = Amazon Elastic Compute Cloud - Compute" in the filter.
public final boolean hasMetrics()
public final List<String> metrics()
Which metrics are returned in the query. For more information about blended and unblended rates, see Why does the "blended" annotation appear on some line items in my bill?.
Valid values are AmortizedCost, BlendedCost, NetAmortizedCost,
NetUnblendedCost, NormalizedUsageAmount, UnblendedCost, and
UsageQuantity.
If you return the UsageQuantity metric, the service aggregates all usage numbers without taking the
units into account. For example, if you aggregate usageQuantity across all of Amazon EC2, the
results aren't meaningful because Amazon EC2 compute hours and data transfer are measured in different units (for
example, hours vs. GB). To get more meaningful UsageQuantity metrics, filter by
UsageType or UsageTypeGroups.
Metrics is required for GetCostAndUsageWithResources requests.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasMetrics() to see if a value was sent in this field.
Valid values are AmortizedCost, BlendedCost, NetAmortizedCost,
NetUnblendedCost, NormalizedUsageAmount, UnblendedCost, and
UsageQuantity.
If you return the UsageQuantity metric, the service aggregates all usage numbers without
taking the units into account. For example, if you aggregate usageQuantity across all of
Amazon EC2, the results aren't meaningful because Amazon EC2 compute hours and data transfer are measured
in different units (for example, hours vs. GB). To get more meaningful UsageQuantity
metrics, filter by UsageType or UsageTypeGroups.
Metrics is required for GetCostAndUsageWithResources requests.
public final boolean hasGroupBy()
public final List<GroupDefinition> groupBy()
You can group Amazon Web Services costs using up to two different groups: DIMENSION,
TAG, COST_CATEGORY.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasGroupBy() to see if a value was sent in this field.
DIMENSION,
TAG, COST_CATEGORY.public final String nextPageToken()
The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.
public GetCostAndUsageWithResourcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetCostAndUsageWithResourcesRequest.Builder,GetCostAndUsageWithResourcesRequest>toBuilder in class CostExplorerRequestpublic static GetCostAndUsageWithResourcesRequest.Builder builder()
public static Class<? extends GetCostAndUsageWithResourcesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.