Class GetCalculationExecutionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.athena.transform.GetCalculationExecutionRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetCalculationExecutionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetCalculationExecutionRequestMarshaller
extends Object
implements Marshaller<GetCalculationExecutionRequest>
GetCalculationExecutionRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetCalculationExecutionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetCalculationExecutionRequest getCalculationExecutionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetCalculationExecutionRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetCalculationExecutionRequest>
- Parameters:
- getCalculationExecutionRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-