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