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()booleanReserved for future use.Contains an array of PublicKey objects.inthashCode()voidsetNextToken(String nextToken) Reserved for future use.voidsetPublicKeyList(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
-
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
-
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
-
equals
-
hashCode
-
clone
-