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