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