AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GroupSummary.h
1
6#pragma once
7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/xray/model/InsightsConfiguration.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace XRay
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_XRAY_API GroupSummary() = default;
39
40
42
45 inline const Aws::String& GetGroupName() const { return m_groupName; }
46 inline bool GroupNameHasBeenSet() const { return m_groupNameHasBeenSet; }
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>
50 GroupSummary& WithGroupName(GroupNameT&& value) { SetGroupName(std::forward<GroupNameT>(value)); return *this;}
52
54
57 inline const Aws::String& GetGroupARN() const { return m_groupARN; }
58 inline bool GroupARNHasBeenSet() const { return m_groupARNHasBeenSet; }
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>
62 GroupSummary& WithGroupARN(GroupARNT&& value) { SetGroupARN(std::forward<GroupARNT>(value)); return *this;}
64
66
69 inline const Aws::String& GetFilterExpression() const { return m_filterExpression; }
70 inline bool FilterExpressionHasBeenSet() const { return m_filterExpressionHasBeenSet; }
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>
74 GroupSummary& WithFilterExpression(FilterExpressionT&& value) { SetFilterExpression(std::forward<FilterExpressionT>(value)); return *this;}
76
78
86 inline const InsightsConfiguration& GetInsightsConfiguration() const { return m_insightsConfiguration; }
87 inline bool InsightsConfigurationHasBeenSet() const { return m_insightsConfigurationHasBeenSet; }
88 template<typename InsightsConfigurationT = InsightsConfiguration>
89 void SetInsightsConfiguration(InsightsConfigurationT&& value) { m_insightsConfigurationHasBeenSet = true; m_insightsConfiguration = std::forward<InsightsConfigurationT>(value); }
90 template<typename InsightsConfigurationT = InsightsConfiguration>
91 GroupSummary& WithInsightsConfiguration(InsightsConfigurationT&& value) { SetInsightsConfiguration(std::forward<InsightsConfigurationT>(value)); return *this;}
93 private:
94
95 Aws::String m_groupName;
96 bool m_groupNameHasBeenSet = false;
97
98 Aws::String m_groupARN;
99 bool m_groupARNHasBeenSet = false;
100
101 Aws::String m_filterExpression;
102 bool m_filterExpressionHasBeenSet = false;
103
104 InsightsConfiguration m_insightsConfiguration;
105 bool m_insightsConfigurationHasBeenSet = false;
106 };
107
108} // namespace Model
109} // namespace XRay
110} // namespace Aws
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
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
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