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