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