Class CancelTransactionRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.lakeformation.transform.CancelTransactionRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CancelTransactionRequest>
@Generated("software.amazon.awssdk:codegen") public class CancelTransactionRequestMarshaller extends Object implements Marshaller<CancelTransactionRequest>
CancelTransactionRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description CancelTransactionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(CancelTransactionRequest cancelTransactionRequest)
-
-
-
Constructor Detail
-
CancelTransactionRequestMarshaller
public CancelTransactionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CancelTransactionRequest cancelTransactionRequest)
- Specified by:
marshallin interfaceMarshaller<CancelTransactionRequest>
-
-