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