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