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