7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/xray/model/InsightsConfiguration.h>
47 template<
typename GroupNameT = Aws::String>
48 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
49 template<
typename GroupNameT = Aws::String>
59 template<
typename GroupARNT = Aws::String>
60 void SetGroupARN(GroupARNT&& value) { m_groupARNHasBeenSet =
true; m_groupARN = std::forward<GroupARNT>(value); }
61 template<
typename GroupARNT = Aws::String>
71 template<
typename FilterExpressionT = Aws::String>
72 void SetFilterExpression(FilterExpressionT&& value) { m_filterExpressionHasBeenSet =
true; m_filterExpression = std::forward<FilterExpressionT>(value); }
73 template<
typename FilterExpressionT = Aws::String>
88 template<
typename InsightsConfigurationT = InsightsConfiguration>
89 void SetInsightsConfiguration(InsightsConfigurationT&& value) { m_insightsConfigurationHasBeenSet =
true; m_insightsConfiguration = std::forward<InsightsConfigurationT>(value); }
90 template<
typename InsightsConfigurationT = InsightsConfiguration>
96 bool m_groupNameHasBeenSet =
false;
99 bool m_groupARNHasBeenSet =
false;
102 bool m_filterExpressionHasBeenSet =
false;
105 bool m_insightsConfigurationHasBeenSet =
false;
GroupSummary & WithGroupARN(GroupARNT &&value)
bool FilterExpressionHasBeenSet() const
void SetGroupARN(GroupARNT &&value)
AWS_XRAY_API GroupSummary(Aws::Utils::Json::JsonView jsonValue)
bool InsightsConfigurationHasBeenSet() const
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
bool GroupNameHasBeenSet() const
AWS_XRAY_API GroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_XRAY_API GroupSummary()=default
void SetFilterExpression(FilterExpressionT &&value)
const Aws::String & GetGroupARN() const
void SetInsightsConfiguration(InsightsConfigurationT &&value)
void SetGroupName(GroupNameT &&value)
const InsightsConfiguration & GetInsightsConfiguration() const
const Aws::String & GetGroupName() const
bool GroupARNHasBeenSet() const
GroupSummary & WithInsightsConfiguration(InsightsConfigurationT &&value)
const Aws::String & GetFilterExpression() const
GroupSummary & WithGroupName(GroupNameT &&value)
GroupSummary & WithFilterExpression(FilterExpressionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue