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