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