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