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