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