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