@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationOverviewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeOrganizationOverviewResult() |
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationOverviewResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getProactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
Integer |
getReactiveInsights()
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
int |
hashCode() |
void |
setProactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
void |
setReactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationOverviewResult |
withProactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
DescribeOrganizationOverviewResult |
withReactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
reactiveInsights
- An integer that specifies the number of open reactive insights in your Amazon Web Services account.public Integer getReactiveInsights()
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
public DescribeOrganizationOverviewResult withReactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
reactiveInsights
- An integer that specifies the number of open reactive insights in your Amazon Web Services account.public void setProactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
proactiveInsights
- An integer that specifies the number of open proactive insights in your Amazon Web Services account.public Integer getProactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
public DescribeOrganizationOverviewResult withProactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
proactiveInsights
- An integer that specifies the number of open proactive insights in your Amazon Web Services account.public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationOverviewResult clone()