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