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>
CancelTransactionRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionCancelTransactionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CancelTransactionRequest cancelTransactionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CancelTransactionRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CancelTransactionRequest>- Parameters:
cancelTransactionRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-