AWS SDK for C++
AWS SDK for C++ Version 1.11.787
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-devops-agent
include
aws
devops-agent
model
GoalScheduleInput.h
1
6
#pragma once
7
#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
8
#include <aws/devops-agent/model/SchedulerState.h>
9
10
#include <utility>
11
12
namespace
Aws
{
13
namespace
Utils {
14
namespace
Json {
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
DevOpsAgent {
20
namespace
Model {
21
28
class
GoalScheduleInput
{
29
public
:
30
AWS_DEVOPSAGENT_API
GoalScheduleInput
() =
default
;
31
AWS_DEVOPSAGENT_API
GoalScheduleInput
(
Aws::Utils::Json::JsonView
jsonValue);
32
AWS_DEVOPSAGENT_API
GoalScheduleInput
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
33
AWS_DEVOPSAGENT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
34
36
39
inline
SchedulerState
GetState
()
const
{
return
m_state; }
40
inline
bool
StateHasBeenSet
()
const
{
return
m_stateHasBeenSet; }
41
inline
void
SetState
(
SchedulerState
value) {
42
m_stateHasBeenSet =
true
;
43
m_state = value;
44
}
45
inline
GoalScheduleInput
&
WithState
(
SchedulerState
value) {
46
SetState
(value);
47
return
*
this
;
48
}
50
private
:
51
SchedulerState
m_state{
SchedulerState::NOT_SET
};
52
bool
m_stateHasBeenSet =
false
;
53
};
54
55
}
// namespace Model
56
}
// namespace DevOpsAgent
57
}
// namespace Aws
Aws::DevOpsAgent::Model::GoalScheduleInput
Definition
GoalScheduleInput.h:28
Aws::DevOpsAgent::Model::GoalScheduleInput::SetState
void SetState(SchedulerState value)
Definition
GoalScheduleInput.h:41
Aws::DevOpsAgent::Model::GoalScheduleInput::WithState
GoalScheduleInput & WithState(SchedulerState value)
Definition
GoalScheduleInput.h:45
Aws::DevOpsAgent::Model::GoalScheduleInput::operator=
AWS_DEVOPSAGENT_API GoalScheduleInput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::DevOpsAgent::Model::GoalScheduleInput::GoalScheduleInput
AWS_DEVOPSAGENT_API GoalScheduleInput(Aws::Utils::Json::JsonView jsonValue)
Aws::DevOpsAgent::Model::GoalScheduleInput::Jsonize
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::DevOpsAgent::Model::GoalScheduleInput::GetState
SchedulerState GetState() const
Definition
GoalScheduleInput.h:39
Aws::DevOpsAgent::Model::GoalScheduleInput::StateHasBeenSet
bool StateHasBeenSet() const
Definition
GoalScheduleInput.h:40
Aws::DevOpsAgent::Model::GoalScheduleInput::GoalScheduleInput
AWS_DEVOPSAGENT_API GoalScheduleInput()=default
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws::DevOpsAgent::Model::SchedulerState
SchedulerState
Definition
SchedulerState.h:13
Aws::DevOpsAgent::Model::SchedulerState::NOT_SET
@ NOT_SET
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences