7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
41 template <
typename WindowIdT = Aws::String>
43 m_windowIdHasBeenSet =
true;
44 m_windowId = std::forward<WindowIdT>(value);
46 template <
typename WindowIdT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
78 template <
typename ExecutionTimeT = Aws::String>
80 m_executionTimeHasBeenSet =
true;
81 m_executionTime = std::forward<ExecutionTimeT>(value);
83 template <
typename ExecutionTimeT = Aws::String>
95 bool m_windowIdHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
97 bool m_executionTimeHasBeenSet =
false;
AWS_SSM_API ScheduledWindowExecution()=default
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetWindowId() const
const Aws::String & GetExecutionTime() const
bool NameHasBeenSet() const
void SetExecutionTime(ExecutionTimeT &&value)
ScheduledWindowExecution & WithName(NameT &&value)
AWS_SSM_API ScheduledWindowExecution(Aws::Utils::Json::JsonView jsonValue)
ScheduledWindowExecution & WithWindowId(WindowIdT &&value)
ScheduledWindowExecution & WithExecutionTime(ExecutionTimeT &&value)
const Aws::String & GetName() const
AWS_SSM_API ScheduledWindowExecution & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetWindowId(WindowIdT &&value)
bool WindowIdHasBeenSet() const
void SetName(NameT &&value)
bool ExecutionTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue