@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountOverviewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAccountOverviewResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountOverviewResult |
clone() |
boolean |
equals(Object obj) |
Long |
getMeanTimeToRecoverInMilliseconds()
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
|
Integer |
getProactiveInsights()
An integer that specifies the number of open proactive insights in your AWS account that were created during the
time range passed in.
|
Integer |
getReactiveInsights()
An integer that specifies the number of open reactive insights in your AWS account that were created during the
time range passed in.
|
int |
hashCode() |
void |
setMeanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
|
void |
setProactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your AWS account that were created during the
time range passed in.
|
void |
setReactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your AWS account that were created during the
time range passed in.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountOverviewResult |
withMeanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
|
DescribeAccountOverviewResult |
withProactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your AWS account that were created during the
time range passed in.
|
DescribeAccountOverviewResult |
withReactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your AWS account that were created during the
time range passed in.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your AWS account that were created during the time range passed in.
reactiveInsights
- An integer that specifies the number of open reactive insights in your AWS account that were created
during the time range passed in.public Integer getReactiveInsights()
An integer that specifies the number of open reactive insights in your AWS account that were created during the time range passed in.
public DescribeAccountOverviewResult withReactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your AWS account that were created during the time range passed in.
reactiveInsights
- An integer that specifies the number of open reactive insights in your AWS account that were created
during the time range passed in.public void setProactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your AWS account that were created during the time range passed in.
proactiveInsights
- An integer that specifies the number of open proactive insights in your AWS account that were created
during the time range passed in.public Integer getProactiveInsights()
An integer that specifies the number of open proactive insights in your AWS account that were created during the time range passed in.
public DescribeAccountOverviewResult withProactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your AWS account that were created during the time range passed in.
proactiveInsights
- An integer that specifies the number of open proactive insights in your AWS account that were created
during the time range passed in.public void setMeanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
meanTimeToRecoverInMilliseconds
- The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.public Long getMeanTimeToRecoverInMilliseconds()
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
public DescribeAccountOverviewResult withMeanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
meanTimeToRecoverInMilliseconds
- The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountOverviewResult clone()