public class DescribeHsmClientCertificatesResult extends Object implements Serializable
Constructor and Description |
---|
DescribeHsmClientCertificatesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<HsmClientCertificate> |
getHsmClientCertificates()
A list of the identifiers for one or more HSM client certificates used
by Amazon Redshift clusters to store and retrieve database encryption
keys in an HSM.
|
String |
getMarker()
A marker at which to continue listing events in a new request.
|
int |
hashCode() |
void |
setHsmClientCertificates(Collection<HsmClientCertificate> hsmClientCertificates)
A list of the identifiers for one or more HSM client certificates used
by Amazon Redshift clusters to store and retrieve database encryption
keys in an HSM.
|
void |
setMarker(String marker)
A marker at which to continue listing events in a new request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeHsmClientCertificatesResult |
withHsmClientCertificates(Collection<HsmClientCertificate> hsmClientCertificates)
A list of the identifiers for one or more HSM client certificates used
by Amazon Redshift clusters to store and retrieve database encryption
keys in an HSM.
|
DescribeHsmClientCertificatesResult |
withHsmClientCertificates(HsmClientCertificate... hsmClientCertificates)
A list of the identifiers for one or more HSM client certificates used
by Amazon Redshift clusters to store and retrieve database encryption
keys in an HSM.
|
DescribeHsmClientCertificatesResult |
withMarker(String marker)
A marker at which to continue listing events in a new request.
|
public String getMarker()
public void setMarker(String marker)
marker
- A marker at which to continue listing events in a new request. The
response returns a marker if there are more events to list than
returned in the response.public DescribeHsmClientCertificatesResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- A marker at which to continue listing events in a new request. The
response returns a marker if there are more events to list than
returned in the response.public List<HsmClientCertificate> getHsmClientCertificates()
public void setHsmClientCertificates(Collection<HsmClientCertificate> hsmClientCertificates)
hsmClientCertificates
- A list of the identifiers for one or more HSM client certificates used
by Amazon Redshift clusters to store and retrieve database encryption
keys in an HSM.public DescribeHsmClientCertificatesResult withHsmClientCertificates(HsmClientCertificate... hsmClientCertificates)
Returns a reference to this object so that method calls can be chained together.
hsmClientCertificates
- A list of the identifiers for one or more HSM client certificates used
by Amazon Redshift clusters to store and retrieve database encryption
keys in an HSM.public DescribeHsmClientCertificatesResult withHsmClientCertificates(Collection<HsmClientCertificate> hsmClientCertificates)
Returns a reference to this object so that method calls can be chained together.
hsmClientCertificates
- A list of the identifiers for one or more HSM client certificates used
by Amazon Redshift clusters to store and retrieve database encryption
keys in an HSM.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.