@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProactiveInsightSummary extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ProactiveInsightSummary() |
public void setId(String id)
id
- public String getId()
public ProactiveInsightSummary withId(String id)
id
- public void setInsightTimeRange(InsightTimeRange insightTimeRange)
insightTimeRange
- public InsightTimeRange getInsightTimeRange()
public ProactiveInsightSummary withInsightTimeRange(InsightTimeRange insightTimeRange)
insightTimeRange
- public void setName(String name)
name
- public String getName()
public ProactiveInsightSummary withName(String name)
name
- public void setPredictionTimeRange(PredictionTimeRange predictionTimeRange)
predictionTimeRange
- public PredictionTimeRange getPredictionTimeRange()
public ProactiveInsightSummary withPredictionTimeRange(PredictionTimeRange predictionTimeRange)
predictionTimeRange
- public void setResourceCollection(ResourceCollection resourceCollection)
resourceCollection
- public ResourceCollection getResourceCollection()
public ProactiveInsightSummary withResourceCollection(ResourceCollection resourceCollection)
resourceCollection
- public void setSeverity(String severity)
severity
- InsightSeverity
public String getSeverity()
InsightSeverity
public ProactiveInsightSummary withSeverity(String severity)
severity
- InsightSeverity
public ProactiveInsightSummary withSeverity(InsightSeverity severity)
severity
- InsightSeverity
public void setStatus(String status)
status
- InsightStatus
public String getStatus()
InsightStatus
public ProactiveInsightSummary withStatus(String status)
status
- InsightStatus
public ProactiveInsightSummary withStatus(InsightStatus status)
status
- InsightStatus
public String toString()
toString
in class Object
Object.toString()
public ProactiveInsightSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.