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