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