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