public class DescribeHsmClientCertificatesRequest extends AmazonWebServiceRequest implements Serializable
DescribeHsmClientCertificates operation
.
Returns information about the specified HSM client certificate. If no certificate ID is specified, returns information about all the HSM certificates owned by your AWS customer account.
Constructor and Description |
---|
DescribeHsmClientCertificatesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getHsmClientCertificateIdentifier()
The identifier of a specific HSM client certificate for which you want
information.
|
String |
getMarker()
An optional marker returned from a previous
DescribeOrderableClusterOptions request.
|
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
int |
hashCode() |
void |
setHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier of a specific HSM client certificate for which you want
information.
|
void |
setMarker(String marker)
An optional marker returned from a previous
DescribeOrderableClusterOptions request.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeHsmClientCertificatesRequest |
withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier of a specific HSM client certificate for which you want
information.
|
DescribeHsmClientCertificatesRequest |
withMarker(String marker)
An optional marker returned from a previous
DescribeOrderableClusterOptions request.
|
DescribeHsmClientCertificatesRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public DescribeHsmClientCertificatesRequest()
public String getHsmClientCertificateIdentifier()
public void setHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
hsmClientCertificateIdentifier
- The identifier of a specific HSM client certificate for which you want
information. If no identifier is specified, information is returned
for all HSM client certificates associated with Amazon Redshift
clusters owned by your AWS customer account.public DescribeHsmClientCertificatesRequest withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
Returns a reference to this object so that method calls can be chained together.
hsmClientCertificateIdentifier
- The identifier of a specific HSM client certificate for which you want
information. If no identifier is specified, information is returned
for all HSM client certificates associated with Amazon Redshift
clusters owned by your AWS customer account.public Integer getMaxRecords()
MaxRecords
value, a
marker is included in the response so that the remaining results may
be retrieved. Default: 100
Constraints: minimum 20, maximum 100.
MaxRecords
value, a
marker is included in the response so that the remaining results may
be retrieved. Default: 100
Constraints: minimum 20, maximum 100.
public void setMaxRecords(Integer maxRecords)
MaxRecords
value, a
marker is included in the response so that the remaining results may
be retrieved. Default: 100
Constraints: minimum 20, maximum 100.
maxRecords
- The maximum number of records to include in the response. If more
records exist than the specified MaxRecords
value, a
marker is included in the response so that the remaining results may
be retrieved. Default: 100
Constraints: minimum 20, maximum 100.
public DescribeHsmClientCertificatesRequest withMaxRecords(Integer maxRecords)
MaxRecords
value, a
marker is included in the response so that the remaining results may
be retrieved. Default: 100
Constraints: minimum 20, maximum 100.
Returns a reference to this object so that method calls can be chained together.
maxRecords
- The maximum number of records to include in the response. If more
records exist than the specified MaxRecords
value, a
marker is included in the response so that the remaining results may
be retrieved. Default: 100
Constraints: minimum 20, maximum 100.
public String getMarker()
MaxRecords
.MaxRecords
.public void setMarker(String marker)
MaxRecords
.marker
- An optional marker returned from a previous
DescribeOrderableClusterOptions request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords
.public DescribeHsmClientCertificatesRequest withMarker(String marker)
MaxRecords
.
Returns a reference to this object so that method calls can be chained together.
marker
- An optional marker returned from a previous
DescribeOrderableClusterOptions request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords
.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.