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