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