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