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