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