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>
60 template<
typename GroupARNT = Aws::String>
61 void SetGroupARN(GroupARNT&& value) { m_groupARNHasBeenSet =
true; m_groupARN = std::forward<GroupARNT>(value); }
62 template<
typename GroupARNT = Aws::String>
72 template<
typename FilterExpressionT = Aws::String>
73 void SetFilterExpression(FilterExpressionT&& value) { m_filterExpressionHasBeenSet =
true; m_filterExpression = std::forward<FilterExpressionT>(value); }
74 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;
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