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