@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnomalyDetectorConfig extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a detector's configuration.
Constructor and Description |
---|
AnomalyDetectorConfig() |
Modifier and Type | Method and Description |
---|---|
AnomalyDetectorConfig |
clone() |
boolean |
equals(Object obj) |
String |
getAnomalyDetectorFrequency()
The frequency 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 frequency at which the detector analyzes its source data.
|
String |
toString()
Returns a string representation of this object.
|
AnomalyDetectorConfig |
withAnomalyDetectorFrequency(Frequency anomalyDetectorFrequency)
The frequency at which the detector analyzes its source data.
|
AnomalyDetectorConfig |
withAnomalyDetectorFrequency(String anomalyDetectorFrequency)
The frequency at which the detector analyzes its source data.
|
public void setAnomalyDetectorFrequency(String anomalyDetectorFrequency)
The frequency at which the detector analyzes its source data.
anomalyDetectorFrequency
- The frequency at which the detector analyzes its source data.Frequency
public String getAnomalyDetectorFrequency()
The frequency at which the detector analyzes its source data.
Frequency
public AnomalyDetectorConfig withAnomalyDetectorFrequency(String anomalyDetectorFrequency)
The frequency at which the detector analyzes its source data.
anomalyDetectorFrequency
- The frequency at which the detector analyzes its source data.Frequency
public AnomalyDetectorConfig withAnomalyDetectorFrequency(Frequency anomalyDetectorFrequency)
The frequency at which the detector analyzes its source data.
anomalyDetectorFrequency
- The frequency at which the detector analyzes its source data.Frequency
public String toString()
toString
in class Object
Object.toString()
public AnomalyDetectorConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.