@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvideAnomalyFeedbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ProvideAnomalyFeedbackRequest() |
| Modifier and Type | Method and Description |
|---|---|
ProvideAnomalyFeedbackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnomalyId()
A cost anomaly ID.
|
String |
getFeedback()
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
|
int |
hashCode() |
void |
setAnomalyId(String anomalyId)
A cost anomaly ID.
|
void |
setFeedback(String feedback)
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
|
String |
toString()
Returns a string representation of this object.
|
ProvideAnomalyFeedbackRequest |
withAnomalyId(String anomalyId)
A cost anomaly ID.
|
ProvideAnomalyFeedbackRequest |
withFeedback(AnomalyFeedbackType feedback)
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
|
ProvideAnomalyFeedbackRequest |
withFeedback(String feedback)
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAnomalyId(String anomalyId)
A cost anomaly ID.
anomalyId - A cost anomaly ID.public String getAnomalyId()
A cost anomaly ID.
public ProvideAnomalyFeedbackRequest withAnomalyId(String anomalyId)
A cost anomaly ID.
anomalyId - A cost anomaly ID.public void setFeedback(String feedback)
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
feedback - Describes whether the cost anomaly was a planned activity or you considered it an anomaly.AnomalyFeedbackTypepublic String getFeedback()
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
AnomalyFeedbackTypepublic ProvideAnomalyFeedbackRequest withFeedback(String feedback)
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
feedback - Describes whether the cost anomaly was a planned activity or you considered it an anomaly.AnomalyFeedbackTypepublic ProvideAnomalyFeedbackRequest withFeedback(AnomalyFeedbackType feedback)
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
feedback - Describes whether the cost anomaly was a planned activity or you considered it an anomaly.AnomalyFeedbackTypepublic String toString()
toString in class ObjectObject.toString()public ProvideAnomalyFeedbackRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()