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