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