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