Class SendCommandRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ssm.transform.SendCommandRequestMarshaller
- All Implemented Interfaces:
 Marshaller<SendCommandRequest>
@Generated("software.amazon.awssdk:codegen")
public class SendCommandRequestMarshaller
extends Object
implements Marshaller<SendCommandRequest>
SendCommandRequest Marshaller- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(SendCommandRequest sendCommandRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
SendCommandRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<SendCommandRequest>- Parameters:
 sendCommandRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -