7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename ActivityArnT = Aws::String>
48 void SetActivityArn(ActivityArnT&& value) { m_activityArnHasBeenSet =
true; m_activityArn = std::forward<ActivityArnT>(value); }
49 template<
typename ActivityArnT = Aws::String>
67 template<
typename NameT = Aws::String>
68 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
69 template<
typename NameT = Aws::String>
79 template<
typename CreationDateT = Aws::Utils::DateTime>
80 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
81 template<
typename CreationDateT = Aws::Utils::DateTime>
87 bool m_activityArnHasBeenSet =
false;
90 bool m_nameHasBeenSet =
false;
93 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