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