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