7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename WindowIdT = Aws::String>
48 void SetWindowId(WindowIdT&& value) { m_windowIdHasBeenSet =
true; m_windowId = std::forward<WindowIdT>(value); }
49 template<
typename WindowIdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
72 template<
typename ExecutionTimeT = Aws::String>
73 void SetExecutionTime(ExecutionTimeT&& value) { m_executionTimeHasBeenSet =
true; m_executionTime = std::forward<ExecutionTimeT>(value); }
74 template<
typename ExecutionTimeT = Aws::String>
80 bool m_windowIdHasBeenSet =
false;
83 bool m_nameHasBeenSet =
false;
86 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