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