public class ListPublicKeysResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Returns the objects or data listed below if successful. Otherwise, returns an error.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
nextToken
Reserved for future use.
|
private SdkInternalList<PublicKey> |
publicKeyList
Contains an array of PublicKey objects.
|
Constructor and Description |
---|
ListPublicKeysResult() |
Modifier and Type | Method and Description |
---|---|
ListPublicKeysResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
Reserved for future use.
|
java.util.List<PublicKey> |
getPublicKeyList()
Contains an array of PublicKey objects.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
Reserved for future use.
|
void |
setPublicKeyList(java.util.Collection<PublicKey> publicKeyList)
Contains an array of PublicKey objects.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPublicKeysResult |
withNextToken(java.lang.String nextToken)
Reserved for future use.
|
ListPublicKeysResult |
withPublicKeyList(java.util.Collection<PublicKey> publicKeyList)
Contains an array of PublicKey objects.
|
ListPublicKeysResult |
withPublicKeyList(PublicKey... publicKeyList)
Contains an array of PublicKey objects.
|
private SdkInternalList<PublicKey> publicKeyList
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
private java.lang.String nextToken
Reserved for future use.
public java.util.List<PublicKey> getPublicKeyList()
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
The returned public keys may have validity time ranges that overlap.
public void setPublicKeyList(java.util.Collection<PublicKey> publicKeyList)
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
publicKeyList
- Contains an array of PublicKey objects. The returned public keys may have validity time ranges that overlap.
public ListPublicKeysResult withPublicKeyList(PublicKey... publicKeyList)
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)
or
withPublicKeyList(java.util.Collection)
if you want to override
the existing values.
publicKeyList
- Contains an array of PublicKey objects. The returned public keys may have validity time ranges that overlap.
public ListPublicKeysResult withPublicKeyList(java.util.Collection<PublicKey> publicKeyList)
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
publicKeyList
- Contains an array of PublicKey objects. The returned public keys may have validity time ranges that overlap.
public void setNextToken(java.lang.String nextToken)
Reserved for future use.
nextToken
- Reserved for future use.public java.lang.String getNextToken()
Reserved for future use.
public ListPublicKeysResult withNextToken(java.lang.String nextToken)
Reserved for future use.
nextToken
- Reserved for future use.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 ListPublicKeysResult clone()
clone
in class java.lang.Object