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