AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ExperimentTemplateExperimentOptions.h
1
6#pragma once
7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/fis/model/AccountTargeting.h>
9#include <aws/fis/model/EmptyTargetResolutionMode.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 FIS
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_FIS_API ExperimentTemplateExperimentOptions() = default;
40
41
43
46 inline AccountTargeting GetAccountTargeting() const { return m_accountTargeting; }
47 inline bool AccountTargetingHasBeenSet() const { return m_accountTargetingHasBeenSet; }
48 inline void SetAccountTargeting(AccountTargeting value) { m_accountTargetingHasBeenSet = true; m_accountTargeting = value; }
51
53
56 inline EmptyTargetResolutionMode GetEmptyTargetResolutionMode() const { return m_emptyTargetResolutionMode; }
57 inline bool EmptyTargetResolutionModeHasBeenSet() const { return m_emptyTargetResolutionModeHasBeenSet; }
58 inline void SetEmptyTargetResolutionMode(EmptyTargetResolutionMode value) { m_emptyTargetResolutionModeHasBeenSet = true; m_emptyTargetResolutionMode = value; }
61 private:
62
64 bool m_accountTargetingHasBeenSet = false;
65
67 bool m_emptyTargetResolutionModeHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace FIS
72} // namespace Aws
AWS_FIS_API ExperimentTemplateExperimentOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIS_API ExperimentTemplateExperimentOptions(Aws::Utils::Json::JsonView jsonValue)
ExperimentTemplateExperimentOptions & WithEmptyTargetResolutionMode(EmptyTargetResolutionMode value)
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
ExperimentTemplateExperimentOptions & WithAccountTargeting(AccountTargeting value)
Aws::Utils::Json::JsonValue JsonValue