7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/xray/XRay_EXPORTS.h>
9#include <aws/xray/model/InsightsConfiguration.h>
41 template <
typename GroupNameT = Aws::String>
43 m_groupNameHasBeenSet =
true;
44 m_groupName = std::forward<GroupNameT>(value);
46 template <
typename GroupNameT = Aws::String>
59 template <
typename GroupARNT = Aws::String>
61 m_groupARNHasBeenSet =
true;
62 m_groupARN = std::forward<GroupARNT>(value);
64 template <
typename GroupARNT = Aws::String>
77 template <
typename FilterExpressionT = Aws::String>
79 m_filterExpressionHasBeenSet =
true;
80 m_filterExpression = std::forward<FilterExpressionT>(value);
82 template <
typename FilterExpressionT = Aws::String>
100 template <
typename InsightsConfigurationT = InsightsConfiguration>
102 m_insightsConfigurationHasBeenSet =
true;
103 m_insightsConfiguration = std::forward<InsightsConfigurationT>(value);
105 template <
typename InsightsConfigurationT = InsightsConfiguration>
119 bool m_groupNameHasBeenSet =
false;
120 bool m_groupARNHasBeenSet =
false;
121 bool m_filterExpressionHasBeenSet =
false;
122 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