@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOrganizationInsightsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListOrganizationInsightsResult() |
Modifier and Type | Method and Description |
---|---|
ListOrganizationInsightsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
List<ProactiveOrganizationInsightSummary> |
getProactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
List<ReactiveOrganizationInsightSummary> |
getReactiveInsights()
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
void |
setProactiveInsights(Collection<ProactiveOrganizationInsightSummary> proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
void |
setReactiveInsights(Collection<ReactiveOrganizationInsightSummary> 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.
|
ListOrganizationInsightsResult |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListOrganizationInsightsResult |
withProactiveInsights(Collection<ProactiveOrganizationInsightSummary> proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
ListOrganizationInsightsResult |
withProactiveInsights(ProactiveOrganizationInsightSummary... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
ListOrganizationInsightsResult |
withReactiveInsights(Collection<ReactiveOrganizationInsightSummary> reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
ListOrganizationInsightsResult |
withReactiveInsights(ReactiveOrganizationInsightSummary... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProactiveOrganizationInsightSummary> getProactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
public void setProactiveInsights(Collection<ProactiveOrganizationInsightSummary> 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 ListOrganizationInsightsResult withProactiveInsights(ProactiveOrganizationInsightSummary... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
NOTE: This method appends the values to the existing list (if any). Use
setProactiveInsights(java.util.Collection)
or withProactiveInsights(java.util.Collection)
if
you want to override the existing values.
proactiveInsights
- An integer that specifies the number of open proactive insights in your Amazon Web Services account.public ListOrganizationInsightsResult withProactiveInsights(Collection<ProactiveOrganizationInsightSummary> 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 List<ReactiveOrganizationInsightSummary> getReactiveInsights()
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
public void setReactiveInsights(Collection<ReactiveOrganizationInsightSummary> 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 ListOrganizationInsightsResult withReactiveInsights(ReactiveOrganizationInsightSummary... reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
NOTE: This method appends the values to the existing list (if any). Use
setReactiveInsights(java.util.Collection)
or withReactiveInsights(java.util.Collection)
if you
want to override the existing values.
reactiveInsights
- An integer that specifies the number of open reactive insights in your Amazon Web Services account.public ListOrganizationInsightsResult withReactiveInsights(Collection<ReactiveOrganizationInsightSummary> 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 setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public ListOrganizationInsightsResult withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String toString()
toString
in class Object
Object.toString()
public ListOrganizationInsightsResult clone()