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