@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOrganizationInsightsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListOrganizationInsightsRequest() |
Modifier and Type | Method and Description |
---|---|
ListOrganizationInsightsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAccountIds()
The ID of the Amazon Web Services account.
|
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
List<String> |
getOrganizationalUnitIds()
The ID of the organizational unit.
|
ListInsightsStatusFilter |
getStatusFilter() |
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
void |
setOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
|
void |
setStatusFilter(ListInsightsStatusFilter statusFilter) |
String |
toString()
Returns a string representation of this object.
|
ListOrganizationInsightsRequest |
withAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
|
ListOrganizationInsightsRequest |
withAccountIds(String... accountIds)
The ID of the Amazon Web Services account.
|
ListOrganizationInsightsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListOrganizationInsightsRequest |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListOrganizationInsightsRequest |
withOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
|
ListOrganizationInsightsRequest |
withOrganizationalUnitIds(String... organizationalUnitIds)
The ID of the organizational unit.
|
ListOrganizationInsightsRequest |
withStatusFilter(ListInsightsStatusFilter statusFilter) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStatusFilter(ListInsightsStatusFilter statusFilter)
statusFilter
- public ListInsightsStatusFilter getStatusFilter()
public ListOrganizationInsightsRequest withStatusFilter(ListInsightsStatusFilter statusFilter)
statusFilter
- public void setMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
nextToken
value.public ListOrganizationInsightsRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public List<String> getAccountIds()
The ID of the Amazon Web Services account.
public void setAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
accountIds
- The ID of the Amazon Web Services account.public ListOrganizationInsightsRequest withAccountIds(String... accountIds)
The ID of the Amazon Web Services account.
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection)
or withAccountIds(java.util.Collection)
if you want to
override the existing values.
accountIds
- The ID of the Amazon Web Services account.public ListOrganizationInsightsRequest withAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
accountIds
- The ID of the Amazon Web Services account.public List<String> getOrganizationalUnitIds()
The ID of the organizational unit.
public void setOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
organizationalUnitIds
- The ID of the organizational unit.public ListOrganizationInsightsRequest withOrganizationalUnitIds(String... organizationalUnitIds)
The ID of the organizational unit.
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationalUnitIds(java.util.Collection)
or
withOrganizationalUnitIds(java.util.Collection)
if you want to override the existing values.
organizationalUnitIds
- The ID of the organizational unit.public ListOrganizationInsightsRequest withOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
organizationalUnitIds
- The ID of the organizational unit.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
public ListOrganizationInsightsRequest withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String toString()
toString
in class Object
Object.toString()
public ListOrganizationInsightsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()