/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details and metadata for a group.See Also:
AWS API
* Reference
The unique case-sensitive name of the group.
*/ inline const Aws::String& GetGroupName() const{ return m_groupName; } /** *The unique case-sensitive name of the group.
*/ inline bool GroupNameHasBeenSet() const { return m_groupNameHasBeenSet; } /** *The unique case-sensitive name of the group.
*/ inline void SetGroupName(const Aws::String& value) { m_groupNameHasBeenSet = true; m_groupName = value; } /** *The unique case-sensitive name of the group.
*/ inline void SetGroupName(Aws::String&& value) { m_groupNameHasBeenSet = true; m_groupName = std::move(value); } /** *The unique case-sensitive name of the group.
*/ inline void SetGroupName(const char* value) { m_groupNameHasBeenSet = true; m_groupName.assign(value); } /** *The unique case-sensitive name of the group.
*/ inline Group& WithGroupName(const Aws::String& value) { SetGroupName(value); return *this;} /** *The unique case-sensitive name of the group.
*/ inline Group& WithGroupName(Aws::String&& value) { SetGroupName(std::move(value)); return *this;} /** *The unique case-sensitive name of the group.
*/ inline Group& WithGroupName(const char* value) { SetGroupName(value); return *this;} /** *The Amazon Resource Name (ARN) of the group generated based on the * GroupName.
*/ inline const Aws::String& GetGroupARN() const{ return m_groupARN; } /** *The Amazon Resource Name (ARN) of the group generated based on the * GroupName.
*/ inline bool GroupARNHasBeenSet() const { return m_groupARNHasBeenSet; } /** *The Amazon Resource Name (ARN) of the group generated based on the * GroupName.
*/ inline void SetGroupARN(const Aws::String& value) { m_groupARNHasBeenSet = true; m_groupARN = value; } /** *The Amazon Resource Name (ARN) of the group generated based on the * GroupName.
*/ inline void SetGroupARN(Aws::String&& value) { m_groupARNHasBeenSet = true; m_groupARN = std::move(value); } /** *The Amazon Resource Name (ARN) of the group generated based on the * GroupName.
*/ inline void SetGroupARN(const char* value) { m_groupARNHasBeenSet = true; m_groupARN.assign(value); } /** *The Amazon Resource Name (ARN) of the group generated based on the * GroupName.
*/ inline Group& WithGroupARN(const Aws::String& value) { SetGroupARN(value); return *this;} /** *The Amazon Resource Name (ARN) of the group generated based on the * GroupName.
*/ inline Group& WithGroupARN(Aws::String&& value) { SetGroupARN(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the group generated based on the * GroupName.
*/ inline Group& WithGroupARN(const char* value) { SetGroupARN(value); return *this;} /** *The filter expression defining the parameters to include traces.
*/ inline const Aws::String& GetFilterExpression() const{ return m_filterExpression; } /** *The filter expression defining the parameters to include traces.
*/ inline bool FilterExpressionHasBeenSet() const { return m_filterExpressionHasBeenSet; } /** *The filter expression defining the parameters to include traces.
*/ inline void SetFilterExpression(const Aws::String& value) { m_filterExpressionHasBeenSet = true; m_filterExpression = value; } /** *The filter expression defining the parameters to include traces.
*/ inline void SetFilterExpression(Aws::String&& value) { m_filterExpressionHasBeenSet = true; m_filterExpression = std::move(value); } /** *The filter expression defining the parameters to include traces.
*/ inline void SetFilterExpression(const char* value) { m_filterExpressionHasBeenSet = true; m_filterExpression.assign(value); } /** *The filter expression defining the parameters to include traces.
*/ inline Group& WithFilterExpression(const Aws::String& value) { SetFilterExpression(value); return *this;} /** *The filter expression defining the parameters to include traces.
*/ inline Group& WithFilterExpression(Aws::String&& value) { SetFilterExpression(std::move(value)); return *this;} /** *The filter expression defining the parameters to include traces.
*/ inline Group& WithFilterExpression(const char* value) { SetFilterExpression(value); return *this;} /** *The structure containing configurations related to insights.
The InsightsEnabled boolean can be set to true to enable insights for the * group or false to disable insights for the group.
The * NotificationsEnabled boolean can be set to true to enable insights notifications * through Amazon EventBridge for the group.
The structure containing configurations related to insights.
The InsightsEnabled boolean can be set to true to enable insights for the * group or false to disable insights for the group.
The * NotificationsEnabled boolean can be set to true to enable insights notifications * through Amazon EventBridge for the group.
The structure containing configurations related to insights.
The InsightsEnabled boolean can be set to true to enable insights for the * group or false to disable insights for the group.
The * NotificationsEnabled boolean can be set to true to enable insights notifications * through Amazon EventBridge for the group.
The structure containing configurations related to insights.
The InsightsEnabled boolean can be set to true to enable insights for the * group or false to disable insights for the group.
The * NotificationsEnabled boolean can be set to true to enable insights notifications * through Amazon EventBridge for the group.
The structure containing configurations related to insights.
The InsightsEnabled boolean can be set to true to enable insights for the * group or false to disable insights for the group.
The * NotificationsEnabled boolean can be set to true to enable insights notifications * through Amazon EventBridge for the group.
The structure containing configurations related to insights.
The InsightsEnabled boolean can be set to true to enable insights for the * group or false to disable insights for the group.
The * NotificationsEnabled boolean can be set to true to enable insights notifications * through Amazon EventBridge for the group.