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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<ListSnapshotsInRecycleBinRequest>- Parameters:
 listSnapshotsInRecycleBinRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -