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