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