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