public class DescribeHsmConfigurationsRequest extends AmazonWebServiceRequest implements Serializable
DescribeHsmConfigurations operation
.
Returns information about the specified Amazon Redshift HSM configuration. If no configuration ID is specified, returns information about all the HSM configurations owned by your AWS customer account.
Constructor and Description |
---|
DescribeHsmConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getHsmConfigurationIdentifier()
The identifier of a specific Amazon Redshift HSM configuration to be
described.
|
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 |
setHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier of a specific Amazon Redshift HSM configuration to be
described.
|
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.
|
DescribeHsmConfigurationsRequest |
withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier of a specific Amazon Redshift HSM configuration to be
described.
|
DescribeHsmConfigurationsRequest |
withMarker(String marker)
An optional marker returned from a previous
DescribeOrderableClusterOptions request.
|
DescribeHsmConfigurationsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getHsmConfigurationIdentifier()
public void setHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
hsmConfigurationIdentifier
- The identifier of a specific Amazon Redshift HSM configuration to be
described. If no identifier is specified, information is returned for
all HSM configurations owned by your AWS customer account.public DescribeHsmConfigurationsRequest withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
Returns a reference to this object so that method calls can be chained together.
hsmConfigurationIdentifier
- The identifier of a specific Amazon Redshift HSM configuration to be
described. If no identifier is specified, information is returned for
all HSM configurations 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 DescribeHsmConfigurationsRequest 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 DescribeHsmConfigurationsRequest 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.