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