AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
CancelTimerDecisionAttributes.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SWF {
20namespace Model {
21
42 public:
43 AWS_SWF_API CancelTimerDecisionAttributes() = default;
47
49
52 inline const Aws::String& GetTimerId() const { return m_timerId; }
53 inline bool TimerIdHasBeenSet() const { return m_timerIdHasBeenSet; }
54 template <typename TimerIdT = Aws::String>
55 void SetTimerId(TimerIdT&& value) {
56 m_timerIdHasBeenSet = true;
57 m_timerId = std::forward<TimerIdT>(value);
58 }
59 template <typename TimerIdT = Aws::String>
61 SetTimerId(std::forward<TimerIdT>(value));
62 return *this;
63 }
65 private:
66 Aws::String m_timerId;
67 bool m_timerIdHasBeenSet = false;
68};
69
70} // namespace Model
71} // namespace SWF
72} // 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