Class ListLunaClientsResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.ListLunaClientsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The list of clients.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.toString()
Returns a string representation of this object; useful for testing and debugging.withClientList
(String... clientList) The list of clients.withClientList
(Collection<String> clientList) The list of clients.withNextToken
(String nextToken) If not null, more results are available.
-
Constructor Details
-
ListLunaClientsResult
public ListLunaClientsResult()
-
-
Method Details
-
getClientList
The list of clients.
- Returns:
- The list of clients.
-
setClientList
The list of clients.
- Parameters:
clientList
- The list of clients.
-
withClientList
The list of clients.
NOTE: This method appends the values to the existing list (if any). Use
setClientList(java.util.Collection)
orwithClientList(java.util.Collection)
if you want to override the existing values.- Parameters:
clientList
- The list of clients.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withClientList
The list of clients.
- Parameters:
clientList
- The list of clients.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
- Parameters:
nextToken
- If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
-
getNextToken
If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
- Returns:
- If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
-
withNextToken
If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
- Parameters:
nextToken
- If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-