AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CancelTimerDecisionAttributes.h
1
6#pragma once
7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SWF
22{
23namespace Model
24{
25
46 {
47 public:
48 AWS_SWF_API CancelTimerDecisionAttributes() = default;
52
53
55
58 inline const Aws::String& GetTimerId() const { return m_timerId; }
59 inline bool TimerIdHasBeenSet() const { return m_timerIdHasBeenSet; }
60 template<typename TimerIdT = Aws::String>
61 void SetTimerId(TimerIdT&& value) { m_timerIdHasBeenSet = true; m_timerId = std::forward<TimerIdT>(value); }
62 template<typename TimerIdT = Aws::String>
63 CancelTimerDecisionAttributes& WithTimerId(TimerIdT&& value) { SetTimerId(std::forward<TimerIdT>(value)); return *this;}
65 private:
66
67 Aws::String m_timerId;
68 bool m_timerIdHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace SWF
73} // namespace Aws
CancelTimerDecisionAttributes & WithTimerId(TimerIdT &&value)
AWS_SWF_API CancelTimerDecisionAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SWF_API CancelTimerDecisionAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue