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