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