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