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