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