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