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