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