Class ListPublicKeysResult
- All Implemented Interfaces:
Serializable
,Cloneable
Returns the objects or data listed below if successful. Otherwise, returns an error.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Reserved for future use.Contains an array of PublicKey objects.int
hashCode()
void
setNextToken
(String nextToken) Reserved for future use.void
setPublicKeyList
(Collection<PublicKey> publicKeyList) Contains an array of PublicKey objects.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) Reserved for future use.withPublicKeyList
(PublicKey... publicKeyList) Contains an array of PublicKey objects.withPublicKeyList
(Collection<PublicKey> publicKeyList) Contains an array of PublicKey objects.
-
Constructor Details
-
ListPublicKeysResult
public ListPublicKeysResult()
-
-
Method Details
-
getPublicKeyList
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
- Returns:
- Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
-
setPublicKeyList
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
- Parameters:
publicKeyList
- Contains an array of PublicKey objects.The returned public keys may have validity time ranges that overlap.
-
withPublicKeyList
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
NOTE: This method appends the values to the existing list (if any). Use
setPublicKeyList(java.util.Collection)
orwithPublicKeyList(java.util.Collection)
if you want to override the existing values.- Parameters:
publicKeyList
- Contains an array of PublicKey objects.The returned public keys may have validity time ranges that overlap.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPublicKeyList
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
- Parameters:
publicKeyList
- Contains an array of PublicKey objects.The returned public keys may have validity time ranges that overlap.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
Reserved for future use.
- Parameters:
nextToken
- Reserved for future use.
-
getNextToken
Reserved for future use.
- Returns:
- Reserved for future use.
-
withNextToken
Reserved for future use.
- Parameters:
nextToken
- Reserved for future use.- 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
-