/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Amazon Athena parameters.See Also:
AWS
* API Reference
The workgroup that Amazon Athena uses.
*/ inline const Aws::String& GetWorkGroup() const{ return m_workGroup; } /** *The workgroup that Amazon Athena uses.
*/ inline bool WorkGroupHasBeenSet() const { return m_workGroupHasBeenSet; } /** *The workgroup that Amazon Athena uses.
*/ inline void SetWorkGroup(const Aws::String& value) { m_workGroupHasBeenSet = true; m_workGroup = value; } /** *The workgroup that Amazon Athena uses.
*/ inline void SetWorkGroup(Aws::String&& value) { m_workGroupHasBeenSet = true; m_workGroup = std::move(value); } /** *The workgroup that Amazon Athena uses.
*/ inline void SetWorkGroup(const char* value) { m_workGroupHasBeenSet = true; m_workGroup.assign(value); } /** *The workgroup that Amazon Athena uses.
*/ inline AthenaParameters& WithWorkGroup(const Aws::String& value) { SetWorkGroup(value); return *this;} /** *The workgroup that Amazon Athena uses.
*/ inline AthenaParameters& WithWorkGroup(Aws::String&& value) { SetWorkGroup(std::move(value)); return *this;} /** *The workgroup that Amazon Athena uses.
*/ inline AthenaParameters& WithWorkGroup(const char* value) { SetWorkGroup(value); return *this;} private: Aws::String m_workGroup; bool m_workGroupHasBeenSet; }; } // namespace Model } // namespace QuickSight } // namespace Aws