7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/WorkflowType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/model/Status.h>
11#include <aws/core/utils/DateTime.h>
24namespace CustomerProfiles
59 template<
typename WorkflowIdT = Aws::String>
60 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
61 template<
typename WorkflowIdT = Aws::String>
71 inline void SetStatus(
Status value) { m_statusHasBeenSet =
true; m_status = value; }
81 template<
typename StatusDescriptionT = Aws::String>
82 void SetStatusDescription(StatusDescriptionT&& value) { m_statusDescriptionHasBeenSet =
true; m_statusDescription = std::forward<StatusDescriptionT>(value); }
83 template<
typename StatusDescriptionT = Aws::String>
93 template<
typename CreatedAtT = Aws::Utils::DateTime>
94 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
95 template<
typename CreatedAtT = Aws::Utils::DateTime>
105 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
106 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
107 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
113 bool m_workflowTypeHasBeenSet =
false;
116 bool m_workflowIdHasBeenSet =
false;
119 bool m_statusHasBeenSet =
false;
122 bool m_statusDescriptionHasBeenSet =
false;
125 bool m_createdAtHasBeenSet =
false;
128 bool m_lastUpdatedAtHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API ListWorkflowsItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool WorkflowIdHasBeenSet() const
const Aws::String & GetStatusDescription() const
bool CreatedAtHasBeenSet() const
ListWorkflowsItem & WithWorkflowType(WorkflowType value)
ListWorkflowsItem & WithWorkflowId(WorkflowIdT &&value)
void SetWorkflowId(WorkflowIdT &&value)
void SetStatus(Status value)
bool StatusHasBeenSet() const
bool LastUpdatedAtHasBeenSet() const
ListWorkflowsItem & WithCreatedAt(CreatedAtT &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
ListWorkflowsItem & WithStatus(Status value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
bool WorkflowTypeHasBeenSet() const
AWS_CUSTOMERPROFILES_API ListWorkflowsItem()=default
void SetLastUpdatedAt(LastUpdatedAtT &&value)
ListWorkflowsItem & WithLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_CUSTOMERPROFILES_API ListWorkflowsItem(Aws::Utils::Json::JsonView jsonValue)
bool StatusDescriptionHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetWorkflowType(WorkflowType value)
ListWorkflowsItem & WithStatusDescription(StatusDescriptionT &&value)
const Aws::String & GetWorkflowId() const
void SetStatusDescription(StatusDescriptionT &&value)
WorkflowType GetWorkflowType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue