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