public class ListLunaClientsRequest extends AmazonWebServiceRequest implements Serializable
ListLunaClients operation.
Lists all of the clients.
This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListLunaClients to retrieve the next set of items.
NOOP| Constructor and Description |
|---|
ListLunaClientsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
The NextToken value from a previous call to
ListLunaClients.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The NextToken value from a previous call to
ListLunaClients.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListLunaClientsRequest |
withNextToken(String nextToken)
The NextToken value from a previous call to
ListLunaClients.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getNextToken()
Constraints:
Pattern: [a-zA-Z0-9+/]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [a-zA-Z0-9+/]*
nextToken - The NextToken value from a previous call to
ListLunaClients. Pass null if this is the first call.public ListLunaClientsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [a-zA-Z0-9+/]*
nextToken - The NextToken value from a previous call to
ListLunaClients. Pass null if this is the first call.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.