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