software.amazon.awssdk.services.costexplorer.model.GetAnomaliesRequest Maven / Gradle / Ivy
Show all versions of costexplorer Show documentation
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package software.amazon.awssdk.services.costexplorer.model;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import java.util.function.BiConsumer;
import java.util.function.Consumer;
import java.util.function.Function;
import software.amazon.awssdk.annotations.Generated;
import software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration;
import software.amazon.awssdk.core.SdkField;
import software.amazon.awssdk.core.SdkPojo;
import software.amazon.awssdk.core.protocol.MarshallLocation;
import software.amazon.awssdk.core.protocol.MarshallingType;
import software.amazon.awssdk.core.traits.LocationTrait;
import software.amazon.awssdk.utils.ToString;
import software.amazon.awssdk.utils.builder.CopyableBuilder;
import software.amazon.awssdk.utils.builder.ToCopyableBuilder;
/**
*/
@Generated("software.amazon.awssdk:codegen")
public final class GetAnomaliesRequest extends CostExplorerRequest implements
ToCopyableBuilder {
private static final SdkField MONITOR_ARN_FIELD = SdkField. builder(MarshallingType.STRING)
.memberName("MonitorArn").getter(getter(GetAnomaliesRequest::monitorArn)).setter(setter(Builder::monitorArn))
.traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("MonitorArn").build()).build();
private static final SdkField DATE_INTERVAL_FIELD = SdkField
. builder(MarshallingType.SDK_POJO).memberName("DateInterval")
.getter(getter(GetAnomaliesRequest::dateInterval)).setter(setter(Builder::dateInterval))
.constructor(AnomalyDateInterval::builder)
.traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("DateInterval").build()).build();
private static final SdkField FEEDBACK_FIELD = SdkField. builder(MarshallingType.STRING)
.memberName("Feedback").getter(getter(GetAnomaliesRequest::feedbackAsString)).setter(setter(Builder::feedback))
.traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("Feedback").build()).build();
private static final SdkField TOTAL_IMPACT_FIELD = SdkField
. builder(MarshallingType.SDK_POJO).memberName("TotalImpact")
.getter(getter(GetAnomaliesRequest::totalImpact)).setter(setter(Builder::totalImpact))
.constructor(TotalImpactFilter::builder)
.traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("TotalImpact").build()).build();
private static final SdkField NEXT_PAGE_TOKEN_FIELD = SdkField. builder(MarshallingType.STRING)
.memberName("NextPageToken").getter(getter(GetAnomaliesRequest::nextPageToken))
.setter(setter(Builder::nextPageToken))
.traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("NextPageToken").build()).build();
private static final SdkField MAX_RESULTS_FIELD = SdkField. builder(MarshallingType.INTEGER)
.memberName("MaxResults").getter(getter(GetAnomaliesRequest::maxResults)).setter(setter(Builder::maxResults))
.traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("MaxResults").build()).build();
private static final List> SDK_FIELDS = Collections.unmodifiableList(Arrays.asList(MONITOR_ARN_FIELD,
DATE_INTERVAL_FIELD, FEEDBACK_FIELD, TOTAL_IMPACT_FIELD, NEXT_PAGE_TOKEN_FIELD, MAX_RESULTS_FIELD));
private final String monitorArn;
private final AnomalyDateInterval dateInterval;
private final String feedback;
private final TotalImpactFilter totalImpact;
private final String nextPageToken;
private final Integer maxResults;
private GetAnomaliesRequest(BuilderImpl builder) {
super(builder);
this.monitorArn = builder.monitorArn;
this.dateInterval = builder.dateInterval;
this.feedback = builder.feedback;
this.totalImpact = builder.totalImpact;
this.nextPageToken = builder.nextPageToken;
this.maxResults = builder.maxResults;
}
/**
*
* Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).
*
*
* @return Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name
* (ARN).
*/
public final String monitorArn() {
return monitorArn;
}
/**
*
* Assigns the start and end dates for retrieving cost anomalies. The returned anomaly object will have an
* AnomalyEndDate
in the specified time range.
*
*
* @return Assigns the start and end dates for retrieving cost anomalies. The returned anomaly object will have an
* AnomalyEndDate
in the specified time range.
*/
public final AnomalyDateInterval dateInterval() {
return dateInterval;
}
/**
*
* 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, {@link #feedback} will
* return {@link AnomalyFeedbackType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available
* from {@link #feedbackAsString}.
*
*
* @return Filters anomaly results by the feedback field on the anomaly object.
* @see AnomalyFeedbackType
*/
public final AnomalyFeedbackType feedback() {
return AnomalyFeedbackType.fromValue(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, {@link #feedback} will
* return {@link AnomalyFeedbackType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available
* from {@link #feedbackAsString}.
*
*
* @return Filters anomaly results by the feedback field on the anomaly object.
* @see AnomalyFeedbackType
*/
public final String feedbackAsString() {
return feedback;
}
/**
*
* 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.
*
*
* @return 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.
*/
public final TotalImpactFilter totalImpact() {
return totalImpact;
}
/**
*
* 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.
*
*
* @return 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 String nextPageToken() {
return nextPageToken;
}
/**
*
* The number of entries a paginated response contains.
*
*
* @return The number of entries a paginated response contains.
*/
public final Integer maxResults() {
return maxResults;
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
public static Builder builder() {
return new BuilderImpl();
}
public static Class extends Builder> serializableBuilderClass() {
return BuilderImpl.class;
}
@Override
public final int hashCode() {
int hashCode = 1;
hashCode = 31 * hashCode + super.hashCode();
hashCode = 31 * hashCode + Objects.hashCode(monitorArn());
hashCode = 31 * hashCode + Objects.hashCode(dateInterval());
hashCode = 31 * hashCode + Objects.hashCode(feedbackAsString());
hashCode = 31 * hashCode + Objects.hashCode(totalImpact());
hashCode = 31 * hashCode + Objects.hashCode(nextPageToken());
hashCode = 31 * hashCode + Objects.hashCode(maxResults());
return hashCode;
}
@Override
public final boolean equals(Object obj) {
return super.equals(obj) && equalsBySdkFields(obj);
}
@Override
public final boolean equalsBySdkFields(Object obj) {
if (this == obj) {
return true;
}
if (obj == null) {
return false;
}
if (!(obj instanceof GetAnomaliesRequest)) {
return false;
}
GetAnomaliesRequest other = (GetAnomaliesRequest) obj;
return Objects.equals(monitorArn(), other.monitorArn()) && Objects.equals(dateInterval(), other.dateInterval())
&& Objects.equals(feedbackAsString(), other.feedbackAsString())
&& Objects.equals(totalImpact(), other.totalImpact()) && Objects.equals(nextPageToken(), other.nextPageToken())
&& Objects.equals(maxResults(), other.maxResults());
}
/**
* Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
* redacted from this string using a placeholder value.
*/
@Override
public final String toString() {
return ToString.builder("GetAnomaliesRequest").add("MonitorArn", monitorArn()).add("DateInterval", dateInterval())
.add("Feedback", feedbackAsString()).add("TotalImpact", totalImpact()).add("NextPageToken", nextPageToken())
.add("MaxResults", maxResults()).build();
}
public final Optional getValueForField(String fieldName, Class clazz) {
switch (fieldName) {
case "MonitorArn":
return Optional.ofNullable(clazz.cast(monitorArn()));
case "DateInterval":
return Optional.ofNullable(clazz.cast(dateInterval()));
case "Feedback":
return Optional.ofNullable(clazz.cast(feedbackAsString()));
case "TotalImpact":
return Optional.ofNullable(clazz.cast(totalImpact()));
case "NextPageToken":
return Optional.ofNullable(clazz.cast(nextPageToken()));
case "MaxResults":
return Optional.ofNullable(clazz.cast(maxResults()));
default:
return Optional.empty();
}
}
@Override
public final List> sdkFields() {
return SDK_FIELDS;
}
private static Function