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