7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
42 template <
typename IdentityT = Aws::String>
44 m_identityHasBeenSet =
true;
45 m_identity = std::forward<IdentityT>(value);
47 template <
typename IdentityT = Aws::String>
63 m_scheduledEventIdHasBeenSet =
true;
64 m_scheduledEventId = value;
74 long long m_scheduledEventId{0};
75 bool m_identityHasBeenSet =
false;
76 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