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