public class GetClientCertificatesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents a collection of ClientCertificate resources.
Modifier and Type | Field and Description |
---|---|
private java.util.List<ClientCertificate> |
items
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
private java.lang.String |
position |
Constructor and Description |
---|
GetClientCertificatesResult() |
Modifier and Type | Method and Description |
---|---|
GetClientCertificatesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ClientCertificate> |
getItems()
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
java.lang.String |
getPosition() |
int |
hashCode() |
void |
setItems(java.util.Collection<ClientCertificate> items)
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
void |
setPosition(java.lang.String position) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetClientCertificatesResult |
withItems(ClientCertificate... items)
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
GetClientCertificatesResult |
withItems(java.util.Collection<ClientCertificate> items)
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
GetClientCertificatesResult |
withPosition(java.lang.String position) |
private java.lang.String position
private java.util.List<ClientCertificate> items
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
public void setPosition(java.lang.String position)
position
- public java.lang.String getPosition()
public GetClientCertificatesResult withPosition(java.lang.String position)
position
- public java.util.List<ClientCertificate> getItems()
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
public void setItems(java.util.Collection<ClientCertificate> items)
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
items
- The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.public GetClientCertificatesResult withItems(ClientCertificate... items)
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
NOTE: This method appends the values to the existing list (if
any). Use setItems(java.util.Collection)
or
withItems(java.util.Collection)
if you want to override the
existing values.
items
- The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.public GetClientCertificatesResult withItems(java.util.Collection<ClientCertificate> items)
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
items
- The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.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 GetClientCertificatesResult clone()
clone
in class java.lang.Object