7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/Status.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename FormIdT = Aws::String>
50 void SetFormId(FormIdT&& value) { m_formIdHasBeenSet =
true; m_formId = std::forward<FormIdT>(value); }
51 template<
typename FormIdT = Aws::String>
61 template<
typename EvaluationArnT = Aws::String>
62 void SetEvaluationArn(EvaluationArnT&& value) { m_evaluationArnHasBeenSet =
true; m_evaluationArn = std::forward<EvaluationArnT>(value); }
63 template<
typename EvaluationArnT = Aws::String>
73 inline void SetStatus(
Status value) { m_statusHasBeenSet =
true; m_status = value; }
83 template<
typename StartTimestampT = Aws::Utils::DateTime>
84 void SetStartTimestamp(StartTimestampT&& value) { m_startTimestampHasBeenSet =
true; m_startTimestamp = std::forward<StartTimestampT>(value); }
85 template<
typename StartTimestampT = Aws::Utils::DateTime>
95 template<
typename EndTimestampT = Aws::Utils::DateTime>
96 void SetEndTimestamp(EndTimestampT&& value) { m_endTimestampHasBeenSet =
true; m_endTimestamp = std::forward<EndTimestampT>(value); }
97 template<
typename EndTimestampT = Aws::Utils::DateTime>
107 template<
typename DeleteTimestampT = Aws::Utils::DateTime>
108 void SetDeleteTimestamp(DeleteTimestampT&& value) { m_deleteTimestampHasBeenSet =
true; m_deleteTimestamp = std::forward<DeleteTimestampT>(value); }
109 template<
typename DeleteTimestampT = Aws::Utils::DateTime>
119 template<
typename ExportLocationT = Aws::String>
120 void SetExportLocation(ExportLocationT&& value) { m_exportLocationHasBeenSet =
true; m_exportLocation = std::forward<ExportLocationT>(value); }
121 template<
typename ExportLocationT = Aws::String>
127 bool m_formIdHasBeenSet =
false;
130 bool m_evaluationArnHasBeenSet =
false;
133 bool m_statusHasBeenSet =
false;
136 bool m_startTimestampHasBeenSet =
false;
139 bool m_endTimestampHasBeenSet =
false;
142 bool m_deleteTimestampHasBeenSet =
false;
145 bool m_exportLocationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue