@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
- InsightSeverity
public String getSeverity()
InsightSeverity
public ProactiveInsight withSeverity(String severity)
severity
- InsightSeverity
public ProactiveInsight withSeverity(InsightSeverity severity)
severity
- InsightSeverity
public void setSsmOpsItemId(String ssmOpsItemId)
ssmOpsItemId
- public String getSsmOpsItemId()
public ProactiveInsight withSsmOpsItemId(String ssmOpsItemId)
ssmOpsItemId
- public void setStatus(String status)
status
- InsightStatus
public String getStatus()
InsightStatus
public ProactiveInsight withStatus(String status)
status
- InsightStatus
public ProactiveInsight withStatus(InsightStatus status)
status
- InsightStatus
public String toString()
toString
in class Object
Object.toString()
public ProactiveInsight clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.