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