@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()
A
ProactiveInsight object that represents the requested insight. |
ReactiveInsight |
getReactiveInsight()
A
ReactiveInsight object that represents the requested insight. |
int |
hashCode() |
void |
setProactiveInsight(ProactiveInsight proactiveInsight)
A
ProactiveInsight object that represents the requested insight. |
void |
setReactiveInsight(ReactiveInsight reactiveInsight)
A
ReactiveInsight object that represents the requested insight. |
String |
toString()
Returns a string representation of this object.
|
DescribeInsightResult |
withProactiveInsight(ProactiveInsight proactiveInsight)
A
ProactiveInsight object that represents the requested insight. |
DescribeInsightResult |
withReactiveInsight(ReactiveInsight reactiveInsight)
A
ReactiveInsight object that represents the requested insight. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProactiveInsight(ProactiveInsight proactiveInsight)
A ProactiveInsight
object that represents the requested insight.
proactiveInsight
- A ProactiveInsight
object that represents the requested insight.public ProactiveInsight getProactiveInsight()
A ProactiveInsight
object that represents the requested insight.
ProactiveInsight
object that represents the requested insight.public DescribeInsightResult withProactiveInsight(ProactiveInsight proactiveInsight)
A ProactiveInsight
object that represents the requested insight.
proactiveInsight
- A ProactiveInsight
object that represents the requested insight.public void setReactiveInsight(ReactiveInsight reactiveInsight)
A ReactiveInsight
object that represents the requested insight.
reactiveInsight
- A ReactiveInsight
object that represents the requested insight.public ReactiveInsight getReactiveInsight()
A ReactiveInsight
object that represents the requested insight.
ReactiveInsight
object that represents the requested insight.public DescribeInsightResult withReactiveInsight(ReactiveInsight reactiveInsight)
A ReactiveInsight
object that represents the requested insight.
reactiveInsight
- A ReactiveInsight
object that represents the requested insight.public String toString()
toString
in class Object
Object.toString()
public DescribeInsightResult clone()