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>
60 template <
typename GroupARNT = Aws::String>
62 m_groupARNHasBeenSet =
true;
63 m_groupARN = std::forward<GroupARNT>(value);
65 template <
typename GroupARNT = Aws::String>
78 template <
typename FilterExpressionT = Aws::String>
80 m_filterExpressionHasBeenSet =
true;
81 m_filterExpression = std::forward<FilterExpressionT>(value);
83 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;
Group & WithFilterExpression(FilterExpressionT &&value)
const Aws::String & GetGroupARN() const
void SetFilterExpression(FilterExpressionT &&value)
Group & WithGroupARN(GroupARNT &&value)
AWS_XRAY_API Group & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GroupARNHasBeenSet() const
void SetGroupName(GroupNameT &&value)
bool FilterExpressionHasBeenSet() const
Group & WithInsightsConfiguration(InsightsConfigurationT &&value)
bool InsightsConfigurationHasBeenSet() const
bool GroupNameHasBeenSet() const
AWS_XRAY_API Group()=default
const Aws::String & GetFilterExpression() const
const InsightsConfiguration & GetInsightsConfiguration() const
void SetGroupARN(GroupARNT &&value)
Group & WithGroupName(GroupNameT &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInsightsConfiguration(InsightsConfigurationT &&value)
AWS_XRAY_API Group(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGroupName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue