7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetIdentity(
const char* value) { m_identityHasBeenSet =
true; m_identity.assign(value); }
64 inline void SetScheduledEventId(
long long value) { m_scheduledEventIdHasBeenSet =
true; m_scheduledEventId = value; }
70 bool m_identityHasBeenSet =
false;
72 long long m_scheduledEventId;
73 bool m_scheduledEventIdHasBeenSet =
false;
ActivityTaskStartedEventAttributes & WithScheduledEventId(long long value)
long long GetScheduledEventId() const
bool ScheduledEventIdHasBeenSet() const
bool IdentityHasBeenSet() const
void SetIdentity(const Aws::String &value)
AWS_SWF_API ActivityTaskStartedEventAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API ActivityTaskStartedEventAttributes()
void SetIdentity(const char *value)
ActivityTaskStartedEventAttributes & WithIdentity(Aws::String &&value)
ActivityTaskStartedEventAttributes & WithIdentity(const char *value)
ActivityTaskStartedEventAttributes & WithIdentity(const Aws::String &value)
void SetScheduledEventId(long long value)
const Aws::String & GetIdentity() const
void SetIdentity(Aws::String &&value)
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