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