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