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