Class ListRegexPatternSetsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.waf.transform.ListRegexPatternSetsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListRegexPatternSetsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListRegexPatternSetsRequestMarshaller
extends Object
implements Marshaller<ListRegexPatternSetsRequest>
ListRegexPatternSetsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListRegexPatternSetsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListRegexPatternSetsRequest listRegexPatternSetsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListRegexPatternSetsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListRegexPatternSetsRequest>
- Parameters:
- listRegexPatternSetsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-