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