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