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