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