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