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