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