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