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