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