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 List<String> getClientList()
The list of clients.
public void setClientList(Collection<String> clientList)
The list of clients.
clientList
- The list of clients.public ListLunaClientsResult withClientList(String... clientList)
The list of clients.
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.
clientList
- The list of clients.public ListLunaClientsResult withClientList(Collection<String> clientList)
The list of clients.
clientList
- The list of clients.public void setNextToken(String nextToken)
If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
nextToken
- If not null, more results are available. Pass this to
ListLunaClients to retrieve the next set of items.public String getNextToken()
If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
public ListLunaClientsResult withNextToken(String nextToken)
If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
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 Object
Object.toString()
public ListLunaClientsResult clone()
Copyright © 2018. All rights reserved.