Class StartProtectedJobRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cleanrooms.transform.StartProtectedJobRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartProtectedJobRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartProtectedJobRequest>- Parameters:
startProtectedJobRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-