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