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