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