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