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