@Generated(value="software.amazon.awssdk:codegen") public final class GetAnomaliesRequest extends CostExplorerRequest implements ToCopyableBuilder<GetAnomaliesRequest.Builder,GetAnomaliesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAnomaliesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetAnomaliesRequest.Builder |
builder() |
AnomalyDateInterval |
dateInterval()
Assigns the start and end dates for retrieving cost anomalies.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AnomalyFeedbackType |
feedback()
Filters anomaly results by the feedback field on the anomaly object.
|
String |
feedbackAsString()
Filters anomaly results by the feedback field on the anomaly object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of entries a paginated response contains.
|
String |
monitorArn()
Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).
|
String |
nextPageToken()
The token to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetAnomaliesRequest.Builder> |
serializableBuilderClass() |
GetAnomaliesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TotalImpactFilter |
totalImpact()
Filters anomaly results by the total impact field on the anomaly object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String monitorArn()
Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).
public final AnomalyDateInterval dateInterval()
Assigns the start and end dates for retrieving cost anomalies. The returned anomaly object will have an
AnomalyEndDate in the specified time range.
AnomalyEndDate in the specified time range.public final AnomalyFeedbackType feedback()
Filters anomaly results by the feedback field on the anomaly object.
If the service returns an enum value that is not available in the current SDK version, feedback will
return AnomalyFeedbackType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from feedbackAsString().
AnomalyFeedbackTypepublic final String feedbackAsString()
Filters anomaly results by the feedback field on the anomaly object.
If the service returns an enum value that is not available in the current SDK version, feedback will
return AnomalyFeedbackType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from feedbackAsString().
AnomalyFeedbackTypepublic final TotalImpactFilter totalImpact()
Filters anomaly results by the total impact field on the anomaly object. For example, you can filter anomalies
GREATER_THAN 200.00 to retrieve anomalies, with an estimated dollar impact greater than 200.
GREATER_THAN 200.00 to retrieve anomalies, with an estimated dollar impact greater
than 200.public final String nextPageToken()
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
public final Integer maxResults()
The number of entries a paginated response contains.
public GetAnomaliesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetAnomaliesRequest.Builder,GetAnomaliesRequest>toBuilder in class CostExplorerRequestpublic static GetAnomaliesRequest.Builder builder()
public static Class<? extends GetAnomaliesRequest.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 © 2022. All rights reserved.