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