Class CreateConfiguredModelAlgorithmAssociationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cleanroomsml.transform.CreateConfiguredModelAlgorithmAssociationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateConfiguredModelAlgorithmAssociationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateConfiguredModelAlgorithmAssociationRequestMarshaller
extends Object
implements Marshaller<CreateConfiguredModelAlgorithmAssociationRequest>
- 
Constructor SummaryConstructorsConstructorDescriptionCreateConfiguredModelAlgorithmAssociationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateConfiguredModelAlgorithmAssociationRequest createConfiguredModelAlgorithmAssociationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateConfiguredModelAlgorithmAssociationRequestMarshallerpublic CreateConfiguredModelAlgorithmAssociationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(CreateConfiguredModelAlgorithmAssociationRequest createConfiguredModelAlgorithmAssociationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateConfiguredModelAlgorithmAssociationRequest>
- Parameters:
- createConfiguredModelAlgorithmAssociationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-