7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/xray/model/InsightsConfiguration.h>
49 inline void SetGroupName(
const char* value) { m_groupNameHasBeenSet =
true; m_groupName.assign(value); }
63 inline void SetGroupARN(
const char* value) { m_groupARNHasBeenSet =
true; m_groupARN.assign(value); }
77 inline void SetFilterExpression(
const char* value) { m_filterExpressionHasBeenSet =
true; m_filterExpression.assign(value); }
102 bool m_groupNameHasBeenSet =
false;
105 bool m_groupARNHasBeenSet =
false;
108 bool m_filterExpressionHasBeenSet =
false;
111 bool m_insightsConfigurationHasBeenSet =
false;
void SetFilterExpression(Aws::String &&value)
bool FilterExpressionHasBeenSet() const
GroupSummary & WithFilterExpression(const char *value)
AWS_XRAY_API GroupSummary(Aws::Utils::Json::JsonView jsonValue)
void SetGroupARN(Aws::String &&value)
GroupSummary & WithGroupName(Aws::String &&value)
void SetFilterExpression(const Aws::String &value)
bool InsightsConfigurationHasBeenSet() const
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroupName(Aws::String &&value)
GroupSummary & WithGroupARN(const char *value)
bool GroupNameHasBeenSet() const
GroupSummary & WithInsightsConfiguration(const InsightsConfiguration &value)
GroupSummary & WithGroupName(const char *value)
GroupSummary & WithFilterExpression(Aws::String &&value)
GroupSummary & WithFilterExpression(const Aws::String &value)
void SetInsightsConfiguration(InsightsConfiguration &&value)
AWS_XRAY_API GroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
GroupSummary & WithGroupARN(const Aws::String &value)
void SetGroupARN(const Aws::String &value)
void SetFilterExpression(const char *value)
AWS_XRAY_API GroupSummary()
const Aws::String & GetGroupARN() const
GroupSummary & WithInsightsConfiguration(InsightsConfiguration &&value)
void SetInsightsConfiguration(const InsightsConfiguration &value)
GroupSummary & WithGroupARN(Aws::String &&value)
void SetGroupName(const Aws::String &value)
const InsightsConfiguration & GetInsightsConfiguration() const
const Aws::String & GetGroupName() const
GroupSummary & WithGroupName(const Aws::String &value)
bool GroupARNHasBeenSet() const
void SetGroupName(const char *value)
void SetGroupARN(const char *value)
const Aws::String & GetFilterExpression() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue