@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReactiveInsightSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about a reactive insight. This object is returned by DescribeInsight.
| Constructor and Description |
|---|
ReactiveInsightSummary() |
| Modifier and Type | Method and Description |
|---|---|
ReactiveInsightSummary |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of a reactive summary.
|
InsightTimeRange |
getInsightTimeRange() |
String |
getName()
The name of a reactive insight.
|
ResourceCollection |
getResourceCollection() |
ServiceCollection |
getServiceCollection()
A collection of the names of Amazon Web Services services.
|
String |
getSeverity()
The severity of a reactive insight.
|
String |
getStatus()
The status of a reactive insight.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setId(String id)
The ID of a reactive summary.
|
void |
setInsightTimeRange(InsightTimeRange insightTimeRange) |
void |
setName(String name)
The name of a reactive insight.
|
void |
setResourceCollection(ResourceCollection resourceCollection) |
void |
setServiceCollection(ServiceCollection serviceCollection)
A collection of the names of Amazon Web Services services.
|
void |
setSeverity(String severity)
The severity of a reactive insight.
|
void |
setStatus(String status)
The status of a reactive insight.
|
String |
toString()
Returns a string representation of this object.
|
ReactiveInsightSummary |
withId(String id)
The ID of a reactive summary.
|
ReactiveInsightSummary |
withInsightTimeRange(InsightTimeRange insightTimeRange) |
ReactiveInsightSummary |
withName(String name)
The name of a reactive insight.
|
ReactiveInsightSummary |
withResourceCollection(ResourceCollection resourceCollection) |
ReactiveInsightSummary |
withServiceCollection(ServiceCollection serviceCollection)
A collection of the names of Amazon Web Services services.
|
ReactiveInsightSummary |
withSeverity(InsightSeverity severity)
The severity of a reactive insight.
|
ReactiveInsightSummary |
withSeverity(String severity)
The severity of a reactive insight.
|
ReactiveInsightSummary |
withStatus(InsightStatus status)
The status of a reactive insight.
|
ReactiveInsightSummary |
withStatus(String status)
The status of a reactive insight.
|
public void setId(String id)
The ID of a reactive summary.
id - The ID of a reactive summary.public String getId()
The ID of a reactive summary.
public ReactiveInsightSummary withId(String id)
The ID of a reactive summary.
id - The ID of a reactive summary.public void setName(String name)
The name of a reactive insight.
name - The name of a reactive insight.public String getName()
The name of a reactive insight.
public ReactiveInsightSummary withName(String name)
The name of a reactive insight.
name - The name of a reactive insight.public void setSeverity(String severity)
The severity of a reactive insight.
severity - The severity of a reactive insight.InsightSeveritypublic String getSeverity()
The severity of a reactive insight.
InsightSeveritypublic ReactiveInsightSummary withSeverity(String severity)
The severity of a reactive insight.
severity - The severity of a reactive insight.InsightSeveritypublic ReactiveInsightSummary withSeverity(InsightSeverity severity)
The severity of a reactive insight.
severity - The severity of a reactive insight.InsightSeveritypublic void setStatus(String status)
The status of a reactive insight.
status - The status of a reactive insight.InsightStatuspublic String getStatus()
The status of a reactive insight.
InsightStatuspublic ReactiveInsightSummary withStatus(String status)
The status of a reactive insight.
status - The status of a reactive insight.InsightStatuspublic ReactiveInsightSummary withStatus(InsightStatus status)
The status of a reactive insight.
status - The status of a reactive insight.InsightStatuspublic void setInsightTimeRange(InsightTimeRange insightTimeRange)
insightTimeRange - public InsightTimeRange getInsightTimeRange()
public ReactiveInsightSummary withInsightTimeRange(InsightTimeRange insightTimeRange)
insightTimeRange - public void setResourceCollection(ResourceCollection resourceCollection)
resourceCollection - public ResourceCollection getResourceCollection()
public ReactiveInsightSummary withResourceCollection(ResourceCollection resourceCollection)
resourceCollection - public void setServiceCollection(ServiceCollection serviceCollection)
A collection of the names of Amazon Web Services services.
serviceCollection - A collection of the names of Amazon Web Services services.public ServiceCollection getServiceCollection()
A collection of the names of Amazon Web Services services.
public ReactiveInsightSummary withServiceCollection(ServiceCollection serviceCollection)
A collection of the names of Amazon Web Services services.
serviceCollection - A collection of the names of Amazon Web Services services.public String toString()
toString in class ObjectObject.toString()public ReactiveInsightSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.