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