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