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