public class ListLunaClientsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListLunaClientsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListLunaClientsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getClientList()
The list of clients.
|
String |
getNextToken()
If not null, more results are available.
|
int |
hashCode() |
void |
setClientList(Collection<String> clientList)
The list of clients.
|
void |
setNextToken(String nextToken)
If not null, more results are available.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListLunaClientsResult |
withClientList(Collection<String> clientList)
The list of clients.
|
ListLunaClientsResult |
withClientList(String... clientList)
The list of clients.
|
ListLunaClientsResult |
withNextToken(String nextToken)
If not null, more results are available.
|
public void setClientList(Collection<String> clientList)
clientList - The list of clients.public ListLunaClientsResult withClientList(String... clientList)
NOTE: This method appends the values to the existing list (if
any). Use setClientList(java.util.Collection) or withClientList(java.util.Collection) if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
clientList - The list of clients.public ListLunaClientsResult withClientList(Collection<String> clientList)
Returns a reference to this object so that method calls can be chained together.
clientList - The list of clients.public String getNextToken()
Constraints:
Pattern: [a-zA-Z0-9+/]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [a-zA-Z0-9+/]*
nextToken - If not null, more results are available. Pass this to
ListLunaClients to retrieve the next set of items.public ListLunaClientsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [a-zA-Z0-9+/]*
nextToken - If not null, more results are available. Pass this to
ListLunaClients to retrieve the next set of items.public String toString()
toString in class ObjectObject.toString()public ListLunaClientsResult clone()
Copyright © 2015. All rights reserved.