Class GetTopicRuleRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iot.transform.GetTopicRuleRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetTopicRuleRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetTopicRuleRequestMarshaller
extends Object
implements Marshaller<GetTopicRuleRequest>
GetTopicRuleRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetTopicRuleRequest getTopicRuleRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetTopicRuleRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetTopicRuleRequest>
- Parameters:
- getTopicRuleRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-