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