7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename IdentityT = Aws::String>
49 void SetIdentity(IdentityT&& value) { m_identityHasBeenSet =
true; m_identity = std::forward<IdentityT>(value); }
50 template<
typename IdentityT = Aws::String>
62 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
68 bool m_identityHasBeenSet =
false;
70 long long m_scheduledEventId{0};
71 bool m_scheduledEventIdHasBeenSet =
false;
void SetIdentity(IdentityT &&value)
long long GetScheduledEventId() const
AWS_SWF_API DecisionTaskStartedEventAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdentityHasBeenSet() const
bool ScheduledEventIdHasBeenSet() const
DecisionTaskStartedEventAttributes & WithIdentity(IdentityT &&value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SWF_API DecisionTaskStartedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API DecisionTaskStartedEventAttributes()=default
void SetScheduledEventId(long long value)
const Aws::String & GetIdentity() const
DecisionTaskStartedEventAttributes & WithScheduledEventId(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue