AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
ActivityTaskStartedEventAttributes.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
29 public:
30 AWS_SWF_API ActivityTaskStartedEventAttributes() = default;
34
36
40 inline const Aws::String& GetIdentity() const { return m_identity; }
41 inline bool IdentityHasBeenSet() const { return m_identityHasBeenSet; }
42 template <typename IdentityT = Aws::String>
43 void SetIdentity(IdentityT&& value) {
44 m_identityHasBeenSet = true;
45 m_identity = std::forward<IdentityT>(value);
46 }
47 template <typename IdentityT = Aws::String>
49 SetIdentity(std::forward<IdentityT>(value));
50 return *this;
51 }
53
55
60 inline long long GetScheduledEventId() const { return m_scheduledEventId; }
61 inline bool ScheduledEventIdHasBeenSet() const { return m_scheduledEventIdHasBeenSet; }
62 inline void SetScheduledEventId(long long value) {
63 m_scheduledEventIdHasBeenSet = true;
64 m_scheduledEventId = value;
65 }
68 return *this;
69 }
71 private:
72 Aws::String m_identity;
73
74 long long m_scheduledEventId{0};
75 bool m_identityHasBeenSet = false;
76 bool m_scheduledEventIdHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace SWF
81} // namespace Aws
ActivityTaskStartedEventAttributes & WithScheduledEventId(long long value)
ActivityTaskStartedEventAttributes & WithIdentity(IdentityT &&value)
AWS_SWF_API ActivityTaskStartedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API ActivityTaskStartedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue