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