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