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