AWS SDK for C++

AWS SDK for C++ Version 1.11.716

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
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace FIS {
21namespace Model {
22
30 public:
31 AWS_FIS_API ExperimentTemplateExperimentOptions() = default;
35
37
40 inline AccountTargeting GetAccountTargeting() const { return m_accountTargeting; }
41 inline bool AccountTargetingHasBeenSet() const { return m_accountTargetingHasBeenSet; }
43 m_accountTargetingHasBeenSet = true;
44 m_accountTargeting = value;
45 }
48 return *this;
49 }
51
53
56 inline EmptyTargetResolutionMode GetEmptyTargetResolutionMode() const { return m_emptyTargetResolutionMode; }
57 inline bool EmptyTargetResolutionModeHasBeenSet() const { return m_emptyTargetResolutionModeHasBeenSet; }
59 m_emptyTargetResolutionModeHasBeenSet = true;
60 m_emptyTargetResolutionMode = value;
61 }
64 return *this;
65 }
67 private:
69
71 bool m_accountTargetingHasBeenSet = false;
72 bool m_emptyTargetResolutionModeHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace FIS
77} // 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