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