@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.Frequency
public String getAnomalyDetectorFrequency()
The interval at which the detector analyzes its source data.
Frequency
public 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.Frequency
public 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.Frequency
public String toString()
toString
in class Object
Object.toString()
public AnomalyDetectorConfigSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.