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