@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAnomalyDetectorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateAnomalyDetectorResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAnomalyDetectorResult |
clone() |
boolean |
equals(Object obj) |
String |
getAnomalyDetectorArn()
The ARN of the detector.
|
int |
hashCode() |
void |
setAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector.
|
String |
toString()
Returns a string representation of this object.
|
CreateAnomalyDetectorResult |
withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector.
anomalyDetectorArn - The ARN of the detector.public String getAnomalyDetectorArn()
The ARN of the detector.
public CreateAnomalyDetectorResult withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector.
anomalyDetectorArn - The ARN of the detector.public String toString()
toString in class ObjectObject.toString()public CreateAnomalyDetectorResult clone()