/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the details of the transaction to commit.See Also:
* AWS
* API Reference
Specifies the transaction ID of the transaction to commit.
*/ inline const Aws::String& GetTransactionId() const{ return m_transactionId; } /** *Specifies the transaction ID of the transaction to commit.
*/ inline bool TransactionIdHasBeenSet() const { return m_transactionIdHasBeenSet; } /** *Specifies the transaction ID of the transaction to commit.
*/ inline void SetTransactionId(const Aws::String& value) { m_transactionIdHasBeenSet = true; m_transactionId = value; } /** *Specifies the transaction ID of the transaction to commit.
*/ inline void SetTransactionId(Aws::String&& value) { m_transactionIdHasBeenSet = true; m_transactionId = std::move(value); } /** *Specifies the transaction ID of the transaction to commit.
*/ inline void SetTransactionId(const char* value) { m_transactionIdHasBeenSet = true; m_transactionId.assign(value); } /** *Specifies the transaction ID of the transaction to commit.
*/ inline CommitTransactionRequest& WithTransactionId(const Aws::String& value) { SetTransactionId(value); return *this;} /** *Specifies the transaction ID of the transaction to commit.
*/ inline CommitTransactionRequest& WithTransactionId(Aws::String&& value) { SetTransactionId(std::move(value)); return *this;} /** *Specifies the transaction ID of the transaction to commit.
*/ inline CommitTransactionRequest& WithTransactionId(const char* value) { SetTransactionId(value); return *this;} /** *Specifies the commit digest for the transaction to commit. For every active
* transaction, the commit digest must be passed. QLDB validates
* CommitDigest and rejects the commit with an error if the digest
* computed on the client does not match the digest computed by QLDB.
Specifies the commit digest for the transaction to commit. For every active
* transaction, the commit digest must be passed. QLDB validates
* CommitDigest and rejects the commit with an error if the digest
* computed on the client does not match the digest computed by QLDB.
Specifies the commit digest for the transaction to commit. For every active
* transaction, the commit digest must be passed. QLDB validates
* CommitDigest and rejects the commit with an error if the digest
* computed on the client does not match the digest computed by QLDB.
Specifies the commit digest for the transaction to commit. For every active
* transaction, the commit digest must be passed. QLDB validates
* CommitDigest and rejects the commit with an error if the digest
* computed on the client does not match the digest computed by QLDB.
Specifies the commit digest for the transaction to commit. For every active
* transaction, the commit digest must be passed. QLDB validates
* CommitDigest and rejects the commit with an error if the digest
* computed on the client does not match the digest computed by QLDB.
Specifies the commit digest for the transaction to commit. For every active
* transaction, the commit digest must be passed. QLDB validates
* CommitDigest and rejects the commit with an error if the digest
* computed on the client does not match the digest computed by QLDB.