@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProactiveInsight extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ProactiveInsight() |
public void setId(String id)
id - public String getId()
public ProactiveInsight withId(String id)
id - public void setInsightTimeRange(InsightTimeRange insightTimeRange)
insightTimeRange - public InsightTimeRange getInsightTimeRange()
public ProactiveInsight withInsightTimeRange(InsightTimeRange insightTimeRange)
insightTimeRange - public void setName(String name)
name - public String getName()
public ProactiveInsight withName(String name)
name - public void setPredictionTimeRange(PredictionTimeRange predictionTimeRange)
predictionTimeRange - public PredictionTimeRange getPredictionTimeRange()
public ProactiveInsight withPredictionTimeRange(PredictionTimeRange predictionTimeRange)
predictionTimeRange - public void setResourceCollection(ResourceCollection resourceCollection)
resourceCollection - public ResourceCollection getResourceCollection()
public ProactiveInsight withResourceCollection(ResourceCollection resourceCollection)
resourceCollection - public void setSeverity(String severity)
severity - InsightSeveritypublic String getSeverity()
InsightSeveritypublic ProactiveInsight withSeverity(String severity)
severity - InsightSeveritypublic ProactiveInsight withSeverity(InsightSeverity severity)
severity - InsightSeveritypublic void setSsmOpsItemId(String ssmOpsItemId)
ssmOpsItemId - public String getSsmOpsItemId()
public ProactiveInsight withSsmOpsItemId(String ssmOpsItemId)
ssmOpsItemId - public void setStatus(String status)
status - InsightStatuspublic String getStatus()
InsightStatuspublic ProactiveInsight withStatus(String status)
status - InsightStatuspublic ProactiveInsight withStatus(InsightStatus status)
status - InsightStatuspublic String toString()
toString in class ObjectObject.toString()public ProactiveInsight clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.