7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/model/StateMachineType.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename StateMachineArnT = Aws::String>
49 void SetStateMachineArn(StateMachineArnT&& value) { m_stateMachineArnHasBeenSet =
true; m_stateMachineArn = std::forward<StateMachineArnT>(value); }
50 template<
typename StateMachineArnT = Aws::String>
68 template<
typename NameT = Aws::String>
69 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
70 template<
typename NameT = Aws::String>
90 template<
typename CreationDateT = Aws::Utils::DateTime>
91 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
92 template<
typename CreationDateT = Aws::Utils::DateTime>
98 bool m_stateMachineArnHasBeenSet =
false;
101 bool m_nameHasBeenSet =
false;
104 bool m_typeHasBeenSet =
false;
107 bool m_creationDateHasBeenSet =
false;
StateMachineListItem & WithName(NameT &&value)
StateMachineListItem & WithType(StateMachineType value)
bool NameHasBeenSet() const
AWS_SFN_API StateMachineListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreationDate(CreationDateT &&value)
AWS_SFN_API StateMachineListItem()=default
void SetName(NameT &&value)
void SetType(StateMachineType value)
bool StateMachineArnHasBeenSet() const
AWS_SFN_API StateMachineListItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationDate() const
bool CreationDateHasBeenSet() const
const Aws::String & GetStateMachineArn() const
const Aws::String & GetName() const
StateMachineType GetType() const
void SetStateMachineArn(StateMachineArnT &&value)
StateMachineListItem & WithStateMachineArn(StateMachineArnT &&value)
bool TypeHasBeenSet() const
StateMachineListItem & WithCreationDate(CreationDateT &&value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue