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