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 - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(ExecuteCommandRequest executeCommandRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
ExecuteCommandRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<ExecuteCommandRequest>- Parameters:
 executeCommandRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -