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