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