Class UpdateQueryLoggingConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.amp.transform.UpdateQueryLoggingConfigurationRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateQueryLoggingConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
public class UpdateQueryLoggingConfigurationRequestMarshaller
extends Object
implements Marshaller<UpdateQueryLoggingConfigurationRequest>
UpdateQueryLoggingConfigurationRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(UpdateQueryLoggingConfigurationRequest updateQueryLoggingConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
UpdateQueryLoggingConfigurationRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(UpdateQueryLoggingConfigurationRequest updateQueryLoggingConfigurationRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<UpdateQueryLoggingConfigurationRequest>
- Parameters:
updateQueryLoggingConfigurationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-