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