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