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()booleanThe list of clients.If not null, more results are available.inthashCode()voidsetClientList(Collection<String> clientList) The list of clients.voidsetNextToken(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
-
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
-
equals
-
hashCode
-
clone
-