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