@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, withSdkRequestTimeout
public 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.AnomalyFeedbackType
public String getFeedback()
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
AnomalyFeedbackType
public 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.AnomalyFeedbackType
public 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.AnomalyFeedbackType
public String toString()
toString
in class Object
Object.toString()
public ProvideAnomalyFeedbackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()