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