@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAnomalyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAnomalyResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAnomalyResult |
clone() |
boolean |
equals(Object obj) |
ProactiveAnomaly |
getProactiveAnomaly() |
ReactiveAnomaly |
getReactiveAnomaly() |
int |
hashCode() |
void |
setProactiveAnomaly(ProactiveAnomaly proactiveAnomaly) |
void |
setReactiveAnomaly(ReactiveAnomaly reactiveAnomaly) |
String |
toString()
Returns a string representation of this object.
|
DescribeAnomalyResult |
withProactiveAnomaly(ProactiveAnomaly proactiveAnomaly) |
DescribeAnomalyResult |
withReactiveAnomaly(ReactiveAnomaly reactiveAnomaly) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProactiveAnomaly(ProactiveAnomaly proactiveAnomaly)
proactiveAnomaly - public ProactiveAnomaly getProactiveAnomaly()
public DescribeAnomalyResult withProactiveAnomaly(ProactiveAnomaly proactiveAnomaly)
proactiveAnomaly - public void setReactiveAnomaly(ReactiveAnomaly reactiveAnomaly)
reactiveAnomaly - public ReactiveAnomaly getReactiveAnomaly()
public DescribeAnomalyResult withReactiveAnomaly(ReactiveAnomaly reactiveAnomaly)
reactiveAnomaly - public String toString()
toString in class ObjectObject.toString()public DescribeAnomalyResult clone()
Copyright © 2020. All rights reserved.