7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/SFN_EXPORTS.h>
41 template <
typename ActivityArnT = Aws::String>
43 m_activityArnHasBeenSet =
true;
44 m_activityArn = std::forward<ActivityArnT>(value);
46 template <
typename ActivityArnT = Aws::String>
67 template <
typename NameT = Aws::String>
69 m_nameHasBeenSet =
true;
70 m_name = std::forward<NameT>(value);
72 template <
typename NameT = Aws::String>
74 SetName(std::forward<NameT>(value));
85 template <
typename CreationDateT = Aws::Utils::DateTime>
87 m_creationDateHasBeenSet =
true;
88 m_creationDate = std::forward<CreationDateT>(value);
90 template <
typename CreationDateT = Aws::Utils::DateTime>
102 bool m_activityArnHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
104 bool m_creationDateHasBeenSet =
false;
void SetCreationDate(CreationDateT &&value)
AWS_SFN_API ActivityListItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetActivityArn() const
const Aws::Utils::DateTime & GetCreationDate() const
ActivityListItem & WithCreationDate(CreationDateT &&value)
ActivityListItem & WithActivityArn(ActivityArnT &&value)
const Aws::String & GetName() const
AWS_SFN_API ActivityListItem()=default
void SetActivityArn(ActivityArnT &&value)
bool ActivityArnHasBeenSet() const
bool NameHasBeenSet() const
ActivityListItem & WithName(NameT &&value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API ActivityListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool CreationDateHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue