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