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