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