Class PublishRecipeRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.databrew.transform.PublishRecipeRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<PublishRecipeRequest>
@Generated("software.amazon.awssdk:codegen") public class PublishRecipeRequestMarshaller extends Object implements Marshaller<PublishRecipeRequest>
PublishRecipeRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description PublishRecipeRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(PublishRecipeRequest publishRecipeRequest)
-
-
-
Constructor Detail
-
PublishRecipeRequestMarshaller
public PublishRecipeRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(PublishRecipeRequest publishRecipeRequest)
- Specified by:
marshallin interfaceMarshaller<PublishRecipeRequest>
-
-