/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The execution of the SQL statement timed out.See Also:
AWS
* API Reference
The error message returned by this StatementTimeoutException
* error.
The error message returned by this StatementTimeoutException
* error.
The error message returned by this StatementTimeoutException
* error.
The error message returned by this StatementTimeoutException
* error.
The error message returned by this StatementTimeoutException
* error.
The error message returned by this StatementTimeoutException
* error.
The error message returned by this StatementTimeoutException
* error.
The error message returned by this StatementTimeoutException
* error.
The database connection ID that executed the SQL statement.
*/ inline long long GetDbConnectionId() const{ return m_dbConnectionId; } /** *The database connection ID that executed the SQL statement.
*/ inline bool DbConnectionIdHasBeenSet() const { return m_dbConnectionIdHasBeenSet; } /** *The database connection ID that executed the SQL statement.
*/ inline void SetDbConnectionId(long long value) { m_dbConnectionIdHasBeenSet = true; m_dbConnectionId = value; } /** *The database connection ID that executed the SQL statement.
*/ inline StatementTimeoutException& WithDbConnectionId(long long value) { SetDbConnectionId(value); return *this;} private: Aws::String m_message; bool m_messageHasBeenSet = false; long long m_dbConnectionId; bool m_dbConnectionIdHasBeenSet = false; }; } // namespace Model } // namespace RDSDataService } // namespace Aws