AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
39
40
42
45 inline const Aws::String& GetGroupName() const{ return m_groupName; }
46 inline bool GroupNameHasBeenSet() const { return m_groupNameHasBeenSet; }
47 inline void SetGroupName(const Aws::String& value) { m_groupNameHasBeenSet = true; m_groupName = value; }
48 inline void SetGroupName(Aws::String&& value) { m_groupNameHasBeenSet = true; m_groupName = std::move(value); }
49 inline void SetGroupName(const char* value) { m_groupNameHasBeenSet = true; m_groupName.assign(value); }
50 inline GroupSummary& WithGroupName(const Aws::String& value) { SetGroupName(value); return *this;}
51 inline GroupSummary& WithGroupName(Aws::String&& value) { SetGroupName(std::move(value)); return *this;}
52 inline GroupSummary& WithGroupName(const char* value) { SetGroupName(value); return *this;}
54
56
59 inline const Aws::String& GetGroupARN() const{ return m_groupARN; }
60 inline bool GroupARNHasBeenSet() const { return m_groupARNHasBeenSet; }
61 inline void SetGroupARN(const Aws::String& value) { m_groupARNHasBeenSet = true; m_groupARN = value; }
62 inline void SetGroupARN(Aws::String&& value) { m_groupARNHasBeenSet = true; m_groupARN = std::move(value); }
63 inline void SetGroupARN(const char* value) { m_groupARNHasBeenSet = true; m_groupARN.assign(value); }
64 inline GroupSummary& WithGroupARN(const Aws::String& value) { SetGroupARN(value); return *this;}
65 inline GroupSummary& WithGroupARN(Aws::String&& value) { SetGroupARN(std::move(value)); return *this;}
66 inline GroupSummary& WithGroupARN(const char* value) { SetGroupARN(value); return *this;}
68
70
73 inline const Aws::String& GetFilterExpression() const{ return m_filterExpression; }
74 inline bool FilterExpressionHasBeenSet() const { return m_filterExpressionHasBeenSet; }
75 inline void SetFilterExpression(const Aws::String& value) { m_filterExpressionHasBeenSet = true; m_filterExpression = value; }
76 inline void SetFilterExpression(Aws::String&& value) { m_filterExpressionHasBeenSet = true; m_filterExpression = std::move(value); }
77 inline void SetFilterExpression(const char* value) { m_filterExpressionHasBeenSet = true; m_filterExpression.assign(value); }
78 inline GroupSummary& WithFilterExpression(const Aws::String& value) { SetFilterExpression(value); return *this;}
79 inline GroupSummary& WithFilterExpression(Aws::String&& value) { SetFilterExpression(std::move(value)); return *this;}
80 inline GroupSummary& WithFilterExpression(const char* value) { SetFilterExpression(value); return *this;}
82
84
92 inline const InsightsConfiguration& GetInsightsConfiguration() const{ return m_insightsConfiguration; }
93 inline bool InsightsConfigurationHasBeenSet() const { return m_insightsConfigurationHasBeenSet; }
94 inline void SetInsightsConfiguration(const InsightsConfiguration& value) { m_insightsConfigurationHasBeenSet = true; m_insightsConfiguration = value; }
95 inline void SetInsightsConfiguration(InsightsConfiguration&& value) { m_insightsConfigurationHasBeenSet = true; m_insightsConfiguration = std::move(value); }
97 inline GroupSummary& WithInsightsConfiguration(InsightsConfiguration&& value) { SetInsightsConfiguration(std::move(value)); return *this;}
99 private:
100
101 Aws::String m_groupName;
102 bool m_groupNameHasBeenSet = false;
103
104 Aws::String m_groupARN;
105 bool m_groupARNHasBeenSet = false;
106
107 Aws::String m_filterExpression;
108 bool m_filterExpressionHasBeenSet = false;
109
110 InsightsConfiguration m_insightsConfiguration;
111 bool m_insightsConfigurationHasBeenSet = false;
112 };
113
114} // namespace Model
115} // namespace XRay
116} // namespace Aws
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)
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)
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)
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