Class ListOtaTaskConfigurationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotmanagedintegrations.transform.ListOtaTaskConfigurationsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListOtaTaskConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListOtaTaskConfigurationsRequest>- Parameters:
listOtaTaskConfigurationsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-