@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnomalyDetectorConfigSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a detector's configuration.
| Constructor and Description |
|---|
AnomalyDetectorConfigSummary() |
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectorConfigSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAnomalyDetectorFrequency()
The interval at which the detector analyzes its source data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAnomalyDetectorFrequency(String anomalyDetectorFrequency)
The interval at which the detector analyzes its source data.
|
String |
toString()
Returns a string representation of this object.
|
AnomalyDetectorConfigSummary |
withAnomalyDetectorFrequency(Frequency anomalyDetectorFrequency)
The interval at which the detector analyzes its source data.
|
AnomalyDetectorConfigSummary |
withAnomalyDetectorFrequency(String anomalyDetectorFrequency)
The interval at which the detector analyzes its source data.
|
public void setAnomalyDetectorFrequency(String anomalyDetectorFrequency)
The interval at which the detector analyzes its source data.
anomalyDetectorFrequency - The interval at which the detector analyzes its source data.Frequencypublic String getAnomalyDetectorFrequency()
The interval at which the detector analyzes its source data.
Frequencypublic AnomalyDetectorConfigSummary withAnomalyDetectorFrequency(String anomalyDetectorFrequency)
The interval at which the detector analyzes its source data.
anomalyDetectorFrequency - The interval at which the detector analyzes its source data.Frequencypublic AnomalyDetectorConfigSummary withAnomalyDetectorFrequency(Frequency anomalyDetectorFrequency)
The interval at which the detector analyzes its source data.
anomalyDetectorFrequency - The interval at which the detector analyzes its source data.Frequencypublic String toString()
toString in class ObjectObject.toString()public AnomalyDetectorConfigSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.