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