/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An Active Directory (AD) group whose members are granted permission to act as
* delegates.See Also:
AWS
* API Reference
The group name.
*/ inline const Aws::String& GetGroupName() const{ return m_groupName; } /** *The group name.
*/ inline bool GroupNameHasBeenSet() const { return m_groupNameHasBeenSet; } /** *The group name.
*/ inline void SetGroupName(const Aws::String& value) { m_groupNameHasBeenSet = true; m_groupName = value; } /** *The group name.
*/ inline void SetGroupName(Aws::String&& value) { m_groupNameHasBeenSet = true; m_groupName = std::move(value); } /** *The group name.
*/ inline void SetGroupName(const char* value) { m_groupNameHasBeenSet = true; m_groupName.assign(value); } /** *The group name.
*/ inline SigninDelegateGroup& WithGroupName(const Aws::String& value) { SetGroupName(value); return *this;} /** *The group name.
*/ inline SigninDelegateGroup& WithGroupName(Aws::String&& value) { SetGroupName(std::move(value)); return *this;} /** *The group name.
*/ inline SigninDelegateGroup& WithGroupName(const char* value) { SetGroupName(value); return *this;} private: Aws::String m_groupName; bool m_groupNameHasBeenSet = false; }; } // namespace Model } // namespace Chime } // namespace Aws