@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvideAnomalyFeedbackResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ProvideAnomalyFeedbackResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProvideAnomalyFeedbackResult | clone() | 
| boolean | equals(Object obj) | 
| String | getAnomalyId()
 The ID of the modified cost anomaly. | 
| int | hashCode() | 
| void | setAnomalyId(String anomalyId)
 The ID of the modified cost anomaly. | 
| String | toString()Returns a string representation of this object. | 
| ProvideAnomalyFeedbackResult | withAnomalyId(String anomalyId)
 The ID of the modified cost anomaly. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAnomalyId(String anomalyId)
The ID of the modified cost anomaly.
anomalyId - The ID of the modified cost anomaly.public String getAnomalyId()
The ID of the modified cost anomaly.
public ProvideAnomalyFeedbackResult withAnomalyId(String anomalyId)
The ID of the modified cost anomaly.
anomalyId - The ID of the modified cost anomaly.public String toString()
toString in class ObjectObject.toString()public ProvideAnomalyFeedbackResult clone()