@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccountLinksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAccountLinksRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAccountLinksRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getLinkStatusFilter()
Filters the account based on their link status.
|
Integer |
getMaxResults()
The maximum number of accounts to return.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setLinkStatusFilter(Collection<String> linkStatusFilter)
Filters the account based on their link status.
|
void |
setMaxResults(Integer maxResults)
The maximum number of accounts to return.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAccountLinksRequest |
withLinkStatusFilter(AccountLinkStatusEnum... linkStatusFilter)
Filters the account based on their link status.
|
ListAccountLinksRequest |
withLinkStatusFilter(Collection<String> linkStatusFilter)
Filters the account based on their link status.
|
ListAccountLinksRequest |
withLinkStatusFilter(String... linkStatusFilter)
Filters the account based on their link status.
|
ListAccountLinksRequest |
withMaxResults(Integer maxResults)
The maximum number of accounts to return.
|
ListAccountLinksRequest |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic List<String> getLinkStatusFilter()
Filters the account based on their link status.
AccountLinkStatusEnumpublic void setLinkStatusFilter(Collection<String> linkStatusFilter)
Filters the account based on their link status.
linkStatusFilter - Filters the account based on their link status.AccountLinkStatusEnumpublic ListAccountLinksRequest withLinkStatusFilter(String... linkStatusFilter)
Filters the account based on their link status.
NOTE: This method appends the values to the existing list (if any). Use
setLinkStatusFilter(java.util.Collection) or withLinkStatusFilter(java.util.Collection) if you
want to override the existing values.
linkStatusFilter - Filters the account based on their link status.AccountLinkStatusEnumpublic ListAccountLinksRequest withLinkStatusFilter(Collection<String> linkStatusFilter)
Filters the account based on their link status.
linkStatusFilter - Filters the account based on their link status.AccountLinkStatusEnumpublic ListAccountLinksRequest withLinkStatusFilter(AccountLinkStatusEnum... linkStatusFilter)
Filters the account based on their link status.
linkStatusFilter - Filters the account based on their link status.AccountLinkStatusEnumpublic void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results
to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
public ListAccountLinksRequest withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results
to return.public void setMaxResults(Integer maxResults)
The maximum number of accounts to return.
maxResults - The maximum number of accounts to return.public Integer getMaxResults()
The maximum number of accounts to return.
public ListAccountLinksRequest withMaxResults(Integer maxResults)
The maximum number of accounts to return.
maxResults - The maximum number of accounts to return.public String toString()
toString in class ObjectObject.toString()public ListAccountLinksRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.