7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/Status.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename FormIdT = Aws::String>
45 m_formIdHasBeenSet =
true;
46 m_formId = std::forward<FormIdT>(value);
48 template <
typename FormIdT = Aws::String>
61 template <
typename EvaluationArnT = Aws::String>
63 m_evaluationArnHasBeenSet =
true;
64 m_evaluationArn = std::forward<EvaluationArnT>(value);
66 template <
typename EvaluationArnT = Aws::String>
80 m_statusHasBeenSet =
true;
95 template <
typename StartTimestampT = Aws::Utils::DateTime>
97 m_startTimestampHasBeenSet =
true;
98 m_startTimestamp = std::forward<StartTimestampT>(value);
100 template <
typename StartTimestampT = Aws::Utils::DateTime>
113 template <
typename EndTimestampT = Aws::Utils::DateTime>
115 m_endTimestampHasBeenSet =
true;
116 m_endTimestamp = std::forward<EndTimestampT>(value);
118 template <
typename EndTimestampT = Aws::Utils::DateTime>
131 template <
typename DeleteTimestampT = Aws::Utils::DateTime>
133 m_deleteTimestampHasBeenSet =
true;
134 m_deleteTimestamp = std::forward<DeleteTimestampT>(value);
136 template <
typename DeleteTimestampT = Aws::Utils::DateTime>
149 template <
typename ExportLocationT = Aws::String>
151 m_exportLocationHasBeenSet =
true;
152 m_exportLocation = std::forward<ExportLocationT>(value);
154 template <
typename ExportLocationT = Aws::String>
174 bool m_formIdHasBeenSet =
false;
175 bool m_evaluationArnHasBeenSet =
false;
176 bool m_statusHasBeenSet =
false;
177 bool m_startTimestampHasBeenSet =
false;
178 bool m_endTimestampHasBeenSet =
false;
179 bool m_deleteTimestampHasBeenSet =
false;
180 bool m_exportLocationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue