AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-devops-guru
include
aws
devops-guru
model
PerformanceInsightsReferenceMetric.h
1
6
#pragma once
7
#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8
#include <aws/devops-guru/model/PerformanceInsightsMetricQuery.h>
9
#include <utility>
10
11
namespace
Aws
12
{
13
namespace
Utils
14
{
15
namespace
Json
16
{
17
class
JsonValue
;
18
class
JsonView;
19
}
// namespace Json
20
}
// namespace Utils
21
namespace
DevOpsGuru
22
{
23
namespace
Model
24
{
25
32
class
PerformanceInsightsReferenceMetric
33
{
34
public
:
35
AWS_DEVOPSGURU_API
PerformanceInsightsReferenceMetric
();
36
AWS_DEVOPSGURU_API
PerformanceInsightsReferenceMetric
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_DEVOPSGURU_API
PerformanceInsightsReferenceMetric
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
38
AWS_DEVOPSGURU_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
39
40
42
45
inline
const
PerformanceInsightsMetricQuery
&
GetMetricQuery
()
const
{
return
m_metricQuery; }
46
inline
bool
MetricQueryHasBeenSet
()
const
{
return
m_metricQueryHasBeenSet; }
47
inline
void
SetMetricQuery
(
const
PerformanceInsightsMetricQuery
& value) { m_metricQueryHasBeenSet =
true
; m_metricQuery = value; }
48
inline
void
SetMetricQuery
(
PerformanceInsightsMetricQuery
&& value) { m_metricQueryHasBeenSet =
true
; m_metricQuery = std::move(value); }
49
inline
PerformanceInsightsReferenceMetric
&
WithMetricQuery
(
const
PerformanceInsightsMetricQuery
& value) {
SetMetricQuery
(value);
return
*
this
;}
50
inline
PerformanceInsightsReferenceMetric
&
WithMetricQuery
(
PerformanceInsightsMetricQuery
&& value) {
SetMetricQuery
(std::move(value));
return
*
this
;}
52
private
:
53
54
PerformanceInsightsMetricQuery
m_metricQuery;
55
bool
m_metricQueryHasBeenSet =
false
;
56
};
57
58
}
// namespace Model
59
}
// namespace DevOpsGuru
60
}
// namespace Aws
Aws::DevOpsGuru::Model::PerformanceInsightsMetricQuery
Definition
PerformanceInsightsMetricQuery.h:52
Aws::DevOpsGuru::Model::PerformanceInsightsReferenceMetric
Definition
PerformanceInsightsReferenceMetric.h:33
Aws::DevOpsGuru::Model::PerformanceInsightsReferenceMetric::WithMetricQuery
PerformanceInsightsReferenceMetric & WithMetricQuery(const PerformanceInsightsMetricQuery &value)
Definition
PerformanceInsightsReferenceMetric.h:49
Aws::DevOpsGuru::Model::PerformanceInsightsReferenceMetric::SetMetricQuery
void SetMetricQuery(const PerformanceInsightsMetricQuery &value)
Definition
PerformanceInsightsReferenceMetric.h:47
Aws::DevOpsGuru::Model::PerformanceInsightsReferenceMetric::WithMetricQuery
PerformanceInsightsReferenceMetric & WithMetricQuery(PerformanceInsightsMetricQuery &&value)
Definition
PerformanceInsightsReferenceMetric.h:50
Aws::DevOpsGuru::Model::PerformanceInsightsReferenceMetric::Jsonize
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::DevOpsGuru::Model::PerformanceInsightsReferenceMetric::SetMetricQuery
void SetMetricQuery(PerformanceInsightsMetricQuery &&value)
Definition
PerformanceInsightsReferenceMetric.h:48
Aws::DevOpsGuru::Model::PerformanceInsightsReferenceMetric::MetricQueryHasBeenSet
bool MetricQueryHasBeenSet() const
Definition
PerformanceInsightsReferenceMetric.h:46
Aws::DevOpsGuru::Model::PerformanceInsightsReferenceMetric::GetMetricQuery
const PerformanceInsightsMetricQuery & GetMetricQuery() const
Definition
PerformanceInsightsReferenceMetric.h:45
Aws::DevOpsGuru::Model::PerformanceInsightsReferenceMetric::operator=
AWS_DEVOPSGURU_API PerformanceInsightsReferenceMetric & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::DevOpsGuru::Model::PerformanceInsightsReferenceMetric::PerformanceInsightsReferenceMetric
AWS_DEVOPSGURU_API PerformanceInsightsReferenceMetric()
Aws::DevOpsGuru::Model::PerformanceInsightsReferenceMetric::PerformanceInsightsReferenceMetric
AWS_DEVOPSGURU_API PerformanceInsightsReferenceMetric(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences