@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInsightResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeInsightResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeInsightResult |
clone() |
boolean |
equals(Object obj) |
ProactiveInsight |
getProactiveInsight()
An
ProactiveInsight object that represents the requested insight. |
ReactiveInsight |
getReactiveInsight()
An
ReactiveInsight object that represents the requested insight. |
int |
hashCode() |
void |
setProactiveInsight(ProactiveInsight proactiveInsight)
An
ProactiveInsight object that represents the requested insight. |
void |
setReactiveInsight(ReactiveInsight reactiveInsight)
An
ReactiveInsight object that represents the requested insight. |
String |
toString()
Returns a string representation of this object.
|
DescribeInsightResult |
withProactiveInsight(ProactiveInsight proactiveInsight)
An
ProactiveInsight object that represents the requested insight. |
DescribeInsightResult |
withReactiveInsight(ReactiveInsight reactiveInsight)
An
ReactiveInsight object that represents the requested insight. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProactiveInsight(ProactiveInsight proactiveInsight)
An ProactiveInsight object that represents the requested insight.
proactiveInsight - An ProactiveInsight object that represents the requested insight.public ProactiveInsight getProactiveInsight()
An ProactiveInsight object that represents the requested insight.
ProactiveInsight object that represents the requested insight.public DescribeInsightResult withProactiveInsight(ProactiveInsight proactiveInsight)
An ProactiveInsight object that represents the requested insight.
proactiveInsight - An ProactiveInsight object that represents the requested insight.public void setReactiveInsight(ReactiveInsight reactiveInsight)
An ReactiveInsight object that represents the requested insight.
reactiveInsight - An ReactiveInsight object that represents the requested insight.public ReactiveInsight getReactiveInsight()
An ReactiveInsight object that represents the requested insight.
ReactiveInsight object that represents the requested insight.public DescribeInsightResult withReactiveInsight(ReactiveInsight reactiveInsight)
An ReactiveInsight object that represents the requested insight.
reactiveInsight - An ReactiveInsight object that represents the requested insight.public String toString()
toString in class ObjectObject.toString()public DescribeInsightResult clone()
Copyright © 2021. All rights reserved.