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