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