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