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