@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAutomatedDiscoveryAccountsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAutomatedDiscoveryAccountsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAutomatedDiscoveryAccountsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAccountIds()
The Amazon Web Services account ID for each account, for as many as 50 accounts.
|
Integer |
getMaxResults()
The maximum number of items to include in each page of a paginated response.
|
String |
getNextToken()
The nextToken string that specifies which page of results to return in a paginated response.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
The Amazon Web Services account ID for each account, for as many as 50 accounts.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
|
void |
setNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
|
String |
toString()
Returns a string representation of this object.
|
ListAutomatedDiscoveryAccountsRequest |
withAccountIds(Collection<String> accountIds)
The Amazon Web Services account ID for each account, for as many as 50 accounts.
|
ListAutomatedDiscoveryAccountsRequest |
withAccountIds(String... accountIds)
The Amazon Web Services account ID for each account, for as many as 50 accounts.
|
ListAutomatedDiscoveryAccountsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
|
ListAutomatedDiscoveryAccountsRequest |
withNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
|
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 ListAutomatedDiscoveryAccountsRequest()
public List<String> getAccountIds()
The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.
public void setAccountIds(Collection<String> accountIds)
The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.
accountIds
- The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status
for multiple accounts, append the accountIds parameter and argument for each account, separated by an
ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.public ListAutomatedDiscoveryAccountsRequest withAccountIds(String... accountIds)
The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.
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 Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status
for multiple accounts, append the accountIds parameter and argument for each account, separated by an
ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.public ListAutomatedDiscoveryAccountsRequest withAccountIds(Collection<String> accountIds)
The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.
accountIds
- The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status
for multiple accounts, append the accountIds parameter and argument for each account, separated by an
ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.public void setMaxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
maxResults
- The maximum number of items to include in each page of a paginated response.public Integer getMaxResults()
The maximum number of items to include in each page of a paginated response.
public ListAutomatedDiscoveryAccountsRequest withMaxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
maxResults
- The maximum number of items to include in each page of a paginated response.public void setNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
nextToken
- The nextToken string that specifies which page of results to return in a paginated response.public String getNextToken()
The nextToken string that specifies which page of results to return in a paginated response.
public ListAutomatedDiscoveryAccountsRequest withNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
nextToken
- The nextToken string that specifies which page of results to return in a paginated response.public String toString()
toString
in class Object
Object.toString()
public ListAutomatedDiscoveryAccountsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()