7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/TestCaseExecutionStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename StartTimeT = Aws::Utils::DateTime>
46 m_startTimeHasBeenSet =
true;
47 m_startTime = std::forward<StartTimeT>(value);
49 template <
typename StartTimeT = Aws::Utils::DateTime>
62 template <
typename EndTimeT = Aws::Utils::DateTime>
64 m_endTimeHasBeenSet =
true;
65 m_endTime = std::forward<EndTimeT>(value);
67 template <
typename EndTimeT = Aws::Utils::DateTime>
80 template <
typename TestCaseExecutionIdT = Aws::String>
82 m_testCaseExecutionIdHasBeenSet =
true;
83 m_testCaseExecutionId = std::forward<TestCaseExecutionIdT>(value);
85 template <
typename TestCaseExecutionIdT = Aws::String>
98 template <
typename TestCaseIdT = Aws::String>
100 m_testCaseIdHasBeenSet =
true;
101 m_testCaseId = std::forward<TestCaseIdT>(value);
103 template <
typename TestCaseIdT = Aws::String>
117 m_testCaseExecutionStatusHasBeenSet =
true;
118 m_testCaseExecutionStatus = value;
132 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
134 m_tagsHasBeenSet =
true;
135 m_tags = std::forward<TagsT>(value);
137 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
139 SetTags(std::forward<TagsT>(value));
142 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
144 m_tagsHasBeenSet =
true;
145 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
161 bool m_startTimeHasBeenSet =
false;
162 bool m_endTimeHasBeenSet =
false;
163 bool m_testCaseExecutionIdHasBeenSet =
false;
164 bool m_testCaseIdHasBeenSet =
false;
165 bool m_testCaseExecutionStatusHasBeenSet =
false;
166 bool m_tagsHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::Utils::DateTime & GetEndTime() const
bool TagsHasBeenSet() const
TestCaseExecution & WithTestCaseExecutionStatus(TestCaseExecutionStatus value)
bool StartTimeHasBeenSet() const
TestCaseExecution & WithEndTime(EndTimeT &&value)
void SetTestCaseExecutionStatus(TestCaseExecutionStatus value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool TestCaseExecutionIdHasBeenSet() const
bool TestCaseIdHasBeenSet() const
void SetTestCaseExecutionId(TestCaseExecutionIdT &&value)
TestCaseExecution & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Utils::DateTime & GetStartTime() const
AWS_CONNECT_API TestCaseExecution(Aws::Utils::Json::JsonView jsonValue)
TestCaseExecution & WithTestCaseId(TestCaseIdT &&value)
void SetEndTime(EndTimeT &&value)
void SetStartTime(StartTimeT &&value)
bool TestCaseExecutionStatusHasBeenSet() const
const Aws::String & GetTestCaseId() const
TestCaseExecution & WithTags(TagsT &&value)
TestCaseExecutionStatus GetTestCaseExecutionStatus() const
TestCaseExecution & WithStartTime(StartTimeT &&value)
AWS_CONNECT_API TestCaseExecution & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTestCaseExecutionId() const
TestCaseExecution & WithTestCaseExecutionId(TestCaseExecutionIdT &&value)
bool EndTimeHasBeenSet() const
void SetTestCaseId(TestCaseIdT &&value)
void SetTags(TagsT &&value)
AWS_CONNECT_API TestCaseExecution()=default
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue