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