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