Class CreateServiceRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.transform.CreateServiceRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateServiceRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateServiceRequestMarshaller extends Object implements Marshaller<CreateServiceRequest>
CreateServiceRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description CreateServiceRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(CreateServiceRequest createServiceRequest)
-
-
-
Constructor Detail
-
CreateServiceRequestMarshaller
public CreateServiceRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateServiceRequest createServiceRequest)
- Specified by:
marshall
in interfaceMarshaller<CreateServiceRequest>
-
-