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