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