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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<StartQueryPlanningRequest>- Parameters:
 startQueryPlanningRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -