7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/EvaluationStatus.h>
10#include <aws/connect/model/EvaluationScore.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename EvaluationIdT = Aws::String>
50 void SetEvaluationId(EvaluationIdT&& value) { m_evaluationIdHasBeenSet =
true; m_evaluationId = std::forward<EvaluationIdT>(value); }
51 template<
typename EvaluationIdT = 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 template<
typename EvaluationFormTitleT = Aws::String>
74 void SetEvaluationFormTitle(EvaluationFormTitleT&& value) { m_evaluationFormTitleHasBeenSet =
true; m_evaluationFormTitle = std::forward<EvaluationFormTitleT>(value); }
75 template<
typename EvaluationFormTitleT = Aws::String>
85 template<
typename EvaluationFormIdT = Aws::String>
86 void SetEvaluationFormId(EvaluationFormIdT&& value) { m_evaluationFormIdHasBeenSet =
true; m_evaluationFormId = std::forward<EvaluationFormIdT>(value); }
87 template<
typename EvaluationFormIdT = Aws::String>
108 template<
typename EvaluatorArnT = Aws::String>
109 void SetEvaluatorArn(EvaluatorArnT&& value) { m_evaluatorArnHasBeenSet =
true; m_evaluatorArn = std::forward<EvaluatorArnT>(value); }
110 template<
typename EvaluatorArnT = Aws::String>
120 template<
typename ScoreT = EvaluationScore>
121 void SetScore(ScoreT&& value) { m_scoreHasBeenSet =
true; m_score = std::forward<ScoreT>(value); }
122 template<
typename ScoreT = EvaluationScore>
132 template<
typename CreatedTimeT = Aws::Utils::DateTime>
133 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
134 template<
typename CreatedTimeT = Aws::Utils::DateTime>
144 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
145 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
146 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
152 bool m_evaluationIdHasBeenSet =
false;
155 bool m_evaluationArnHasBeenSet =
false;
158 bool m_evaluationFormTitleHasBeenSet =
false;
161 bool m_evaluationFormIdHasBeenSet =
false;
164 bool m_statusHasBeenSet =
false;
167 bool m_evaluatorArnHasBeenSet =
false;
169 EvaluationScore m_score;
170 bool m_scoreHasBeenSet =
false;
173 bool m_createdTimeHasBeenSet =
false;
176 bool m_lastModifiedTimeHasBeenSet =
false;
AWS_CONNECT_API EvaluationSummary(Aws::Utils::Json::JsonView jsonValue)
bool EvaluationArnHasBeenSet() const
void SetEvaluationArn(EvaluationArnT &&value)
EvaluationSummary & WithStatus(EvaluationStatus value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::Utils::DateTime & GetCreatedTime() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool EvaluatorArnHasBeenSet() const
const Aws::String & GetEvaluationFormTitle() const
const Aws::String & GetEvaluationId() const
AWS_CONNECT_API EvaluationSummary()=default
void SetEvaluationFormTitle(EvaluationFormTitleT &&value)
EvaluationSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetEvaluatorArn(EvaluatorArnT &&value)
EvaluationSummary & WithEvaluationFormId(EvaluationFormIdT &&value)
bool EvaluationFormIdHasBeenSet() const
const EvaluationScore & GetScore() const
EvaluationSummary & WithEvaluationFormTitle(EvaluationFormTitleT &&value)
bool LastModifiedTimeHasBeenSet() const
bool ScoreHasBeenSet() const
const Aws::String & GetEvaluationFormId() const
bool StatusHasBeenSet() const
const Aws::String & GetEvaluatorArn() const
void SetCreatedTime(CreatedTimeT &&value)
EvaluationSummary & WithCreatedTime(CreatedTimeT &&value)
EvaluationSummary & WithEvaluatorArn(EvaluatorArnT &&value)
void SetEvaluationId(EvaluationIdT &&value)
EvaluationSummary & WithEvaluationArn(EvaluationArnT &&value)
EvaluationSummary & WithScore(ScoreT &&value)
bool EvaluationFormTitleHasBeenSet() const
bool CreatedTimeHasBeenSet() const
bool EvaluationIdHasBeenSet() const
const Aws::String & GetEvaluationArn() const
EvaluationSummary & WithEvaluationId(EvaluationIdT &&value)
AWS_CONNECT_API EvaluationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(EvaluationStatus value)
void SetScore(ScoreT &&value)
EvaluationStatus GetStatus() const
void SetEvaluationFormId(EvaluationFormIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue