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