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