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 Summary
ConstructorsConstructorDescriptionCreateConfiguredModelAlgorithmAssociationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateConfiguredModelAlgorithmAssociationRequest createConfiguredModelAlgorithmAssociationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CreateConfiguredModelAlgorithmAssociationRequestMarshaller
public CreateConfiguredModelAlgorithmAssociationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(CreateConfiguredModelAlgorithmAssociationRequest createConfiguredModelAlgorithmAssociationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateConfiguredModelAlgorithmAssociationRequest>- Parameters:
createConfiguredModelAlgorithmAssociationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-