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