@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProactiveAnomaly extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ProactiveAnomaly() |
public void setAnomalyTimeRange(AnomalyTimeRange anomalyTimeRange)
anomalyTimeRange
- public AnomalyTimeRange getAnomalyTimeRange()
public ProactiveAnomaly withAnomalyTimeRange(AnomalyTimeRange anomalyTimeRange)
anomalyTimeRange
- public void setAssociatedInsightId(String associatedInsightId)
associatedInsightId
- public String getAssociatedInsightId()
public ProactiveAnomaly withAssociatedInsightId(String associatedInsightId)
associatedInsightId
- public void setId(String id)
id
- public String getId()
public ProactiveAnomaly withId(String id)
id
- public void setLimit(Double limit)
limit
- public Double getLimit()
public ProactiveAnomaly withLimit(Double limit)
limit
- public void setPredictionTimeRange(PredictionTimeRange predictionTimeRange)
predictionTimeRange
- public PredictionTimeRange getPredictionTimeRange()
public ProactiveAnomaly withPredictionTimeRange(PredictionTimeRange predictionTimeRange)
predictionTimeRange
- public void setResourceCollection(ResourceCollection resourceCollection)
resourceCollection
- public ResourceCollection getResourceCollection()
public ProactiveAnomaly withResourceCollection(ResourceCollection resourceCollection)
resourceCollection
- public void setSeverity(String severity)
severity
- AnomalySeverity
public String getSeverity()
AnomalySeverity
public ProactiveAnomaly withSeverity(String severity)
severity
- AnomalySeverity
public ProactiveAnomaly withSeverity(AnomalySeverity severity)
severity
- AnomalySeverity
public void setSourceDetails(AnomalySourceDetails sourceDetails)
sourceDetails
- public AnomalySourceDetails getSourceDetails()
public ProactiveAnomaly withSourceDetails(AnomalySourceDetails sourceDetails)
sourceDetails
- public void setStatus(String status)
status
- AnomalyStatus
public String getStatus()
AnomalyStatus
public ProactiveAnomaly withStatus(String status)
status
- AnomalyStatus
public ProactiveAnomaly withStatus(AnomalyStatus status)
status
- AnomalyStatus
public void setUpdateTime(Date updateTime)
updateTime
- public Date getUpdateTime()
public ProactiveAnomaly withUpdateTime(Date updateTime)
updateTime
- public String toString()
toString
in class Object
Object.toString()
public ProactiveAnomaly clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.