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