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