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