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