66 inline void SetIdentity(
const char* value) { m_identityHasBeenSet =
true; m_identity.assign(value); }
98 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
109 bool m_identityHasBeenSet;
110 long long m_scheduledEventId;
111 bool m_scheduledEventIdHasBeenSet;
void SetIdentity(const Aws::String &value)
DecisionTaskStartedEventAttributes & WithIdentity(const char *value)
const Aws::String & GetIdentity() const
DecisionTaskStartedEventAttributes & WithIdentity(Aws::String &&value)
DecisionTaskStartedEventAttributes & WithIdentity(const Aws::String &value)
DecisionTaskStartedEventAttributes & WithScheduledEventId(long long value)
void SetScheduledEventId(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
long long GetScheduledEventId() const
void SetIdentity(const char *value)
void SetIdentity(Aws::String &&value)
JSON (JavaScript Object Notation).