/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the details of the started session.See Also:
AWS
* API Reference
Session token of the started session. This SessionToken
is
* required for every subsequent command that is issued during the current
* session.
Session token of the started session. This SessionToken
is
* required for every subsequent command that is issued during the current
* session.
Session token of the started session. This SessionToken
is
* required for every subsequent command that is issued during the current
* session.
Session token of the started session. This SessionToken
is
* required for every subsequent command that is issued during the current
* session.
Session token of the started session. This SessionToken
is
* required for every subsequent command that is issued during the current
* session.
Session token of the started session. This SessionToken
is
* required for every subsequent command that is issued during the current
* session.
Session token of the started session. This SessionToken
is
* required for every subsequent command that is issued during the current
* session.
Session token of the started session. This SessionToken
is
* required for every subsequent command that is issued during the current
* session.
Contains server-side performance information for the command.
*/ inline const TimingInformation& GetTimingInformation() const{ return m_timingInformation; } /** *Contains server-side performance information for the command.
*/ inline bool TimingInformationHasBeenSet() const { return m_timingInformationHasBeenSet; } /** *Contains server-side performance information for the command.
*/ inline void SetTimingInformation(const TimingInformation& value) { m_timingInformationHasBeenSet = true; m_timingInformation = value; } /** *Contains server-side performance information for the command.
*/ inline void SetTimingInformation(TimingInformation&& value) { m_timingInformationHasBeenSet = true; m_timingInformation = std::move(value); } /** *Contains server-side performance information for the command.
*/ inline StartSessionResult& WithTimingInformation(const TimingInformation& value) { SetTimingInformation(value); return *this;} /** *Contains server-side performance information for the command.
*/ inline StartSessionResult& WithTimingInformation(TimingInformation&& value) { SetTimingInformation(std::move(value)); return *this;} private: Aws::String m_sessionToken; bool m_sessionTokenHasBeenSet = false; TimingInformation m_timingInformation; bool m_timingInformationHasBeenSet = false; }; } // namespace Model } // namespace QLDBSession } // namespace Aws