Class UpdateQueryLoggingConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.amp.transform.UpdateQueryLoggingConfigurationRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateQueryLoggingConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdateQueryLoggingConfigurationRequest>- Parameters:
updateQueryLoggingConfigurationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-