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