AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateExperimentTemplateExperimentOptionsInput.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:
40
41
43
46 inline const AccountTargeting& GetAccountTargeting() const{ return m_accountTargeting; }
47 inline bool AccountTargetingHasBeenSet() const { return m_accountTargetingHasBeenSet; }
48 inline void SetAccountTargeting(const AccountTargeting& value) { m_accountTargetingHasBeenSet = true; m_accountTargeting = value; }
49 inline void SetAccountTargeting(AccountTargeting&& value) { m_accountTargetingHasBeenSet = true; m_accountTargeting = std::move(value); }
53
55
58 inline const EmptyTargetResolutionMode& GetEmptyTargetResolutionMode() const{ return m_emptyTargetResolutionMode; }
59 inline bool EmptyTargetResolutionModeHasBeenSet() const { return m_emptyTargetResolutionModeHasBeenSet; }
60 inline void SetEmptyTargetResolutionMode(const EmptyTargetResolutionMode& value) { m_emptyTargetResolutionModeHasBeenSet = true; m_emptyTargetResolutionMode = value; }
61 inline void SetEmptyTargetResolutionMode(EmptyTargetResolutionMode&& value) { m_emptyTargetResolutionModeHasBeenSet = true; m_emptyTargetResolutionMode = std::move(value); }
65 private:
66
67 AccountTargeting m_accountTargeting;
68 bool m_accountTargetingHasBeenSet = false;
69
70 EmptyTargetResolutionMode m_emptyTargetResolutionMode;
71 bool m_emptyTargetResolutionModeHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace FIS
76} // namespace Aws
CreateExperimentTemplateExperimentOptionsInput & WithEmptyTargetResolutionMode(const EmptyTargetResolutionMode &value)
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIS_API CreateExperimentTemplateExperimentOptionsInput & operator=(Aws::Utils::Json::JsonView jsonValue)
CreateExperimentTemplateExperimentOptionsInput & WithEmptyTargetResolutionMode(EmptyTargetResolutionMode &&value)
CreateExperimentTemplateExperimentOptionsInput & WithAccountTargeting(const AccountTargeting &value)
CreateExperimentTemplateExperimentOptionsInput & WithAccountTargeting(AccountTargeting &&value)
AWS_FIS_API CreateExperimentTemplateExperimentOptionsInput(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue