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