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