public class ListLunaClientsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
clientList
The list of clients.
|
private java.lang.String |
nextToken
If not null, more results are available.
|
Constructor and Description |
---|
ListLunaClientsResult() |
Modifier and Type | Method and Description |
---|---|
ListLunaClientsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getClientList()
The list of clients.
|
java.lang.String |
getNextToken()
If not null, more results are available.
|
int |
hashCode() |
void |
setClientList(java.util.Collection<java.lang.String> clientList)
The list of clients.
|
void |
setNextToken(java.lang.String nextToken)
If not null, more results are available.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListLunaClientsResult |
withClientList(java.util.Collection<java.lang.String> clientList)
The list of clients.
|
ListLunaClientsResult |
withClientList(java.lang.String... clientList)
The list of clients.
|
ListLunaClientsResult |
withNextToken(java.lang.String nextToken)
If not null, more results are available.
|
private SdkInternalList<java.lang.String> clientList
The list of clients.
private java.lang.String nextToken
If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
public java.util.List<java.lang.String> getClientList()
The list of clients.
public void setClientList(java.util.Collection<java.lang.String> clientList)
The list of clients.
clientList
- The list of clients.public ListLunaClientsResult withClientList(java.lang.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(java.util.Collection<java.lang.String> clientList)
The list of clients.
clientList
- The list of clients.public void setNextToken(java.lang.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 java.lang.String getNextToken()
If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
public ListLunaClientsResult withNextToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListLunaClientsResult clone()
clone
in class java.lang.Object