Class DescribeHsmConfigurationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.redshift.transform.DescribeHsmConfigurationsRequestMarshaller
- All Implemented Interfaces:
 Marshaller<DescribeHsmConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen")
public class DescribeHsmConfigurationsRequestMarshaller
extends Object
implements Marshaller<DescribeHsmConfigurationsRequest>
DescribeHsmConfigurationsRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionDescribeHsmConfigurationsRequestMarshaller(AwsQueryProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(DescribeHsmConfigurationsRequest describeHsmConfigurationsRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
DescribeHsmConfigurationsRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
public SdkHttpFullRequest marshall(DescribeHsmConfigurationsRequest describeHsmConfigurationsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<DescribeHsmConfigurationsRequest>- Parameters:
 describeHsmConfigurationsRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -