7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/TestCaseEntryPoint.h>
10#include <aws/connect/model/TestCaseStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename InstanceIdT = Aws::String>
45 m_instanceIdHasBeenSet =
true;
46 m_instanceId = std::forward<InstanceIdT>(value);
48 template <
typename InstanceIdT = Aws::String>
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename ContentT = Aws::String>
99 m_contentHasBeenSet =
true;
100 m_content = std::forward<ContentT>(value);
102 template <
typename ContentT = Aws::String>
115 template <
typename EntryPo
intT = TestCaseEntryPo
int>
117 m_entryPointHasBeenSet =
true;
118 m_entryPoint = std::forward<EntryPointT>(value);
120 template <
typename EntryPo
intT = TestCaseEntryPo
int>
133 template <
typename InitializationDataT = Aws::String>
135 m_initializationDataHasBeenSet =
true;
136 m_initializationData = std::forward<InitializationDataT>(value);
138 template <
typename InitializationDataT = Aws::String>
154 m_statusHasBeenSet =
true;
170 template <
typename TestCaseIdT = Aws::String>
172 m_testCaseIdHasBeenSet =
true;
173 m_testCaseId = std::forward<TestCaseIdT>(value);
175 template <
typename TestCaseIdT = Aws::String>
188 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
190 m_tagsHasBeenSet =
true;
191 m_tags = std::forward<TagsT>(value);
193 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
195 SetTags(std::forward<TagsT>(value));
198 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
200 m_tagsHasBeenSet =
true;
201 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
212 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
214 m_lastModifiedTimeHasBeenSet =
true;
215 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
217 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
230 template <
typename LastModifiedRegionT = Aws::String>
232 m_lastModifiedRegionHasBeenSet =
true;
233 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
235 template <
typename LastModifiedRegionT = Aws::String>
263 bool m_instanceIdHasBeenSet =
false;
264 bool m_nameHasBeenSet =
false;
265 bool m_descriptionHasBeenSet =
false;
266 bool m_contentHasBeenSet =
false;
267 bool m_entryPointHasBeenSet =
false;
268 bool m_initializationDataHasBeenSet =
false;
269 bool m_statusHasBeenSet =
false;
270 bool m_testCaseIdHasBeenSet =
false;
271 bool m_tagsHasBeenSet =
false;
272 bool m_lastModifiedTimeHasBeenSet =
false;
273 bool m_lastModifiedRegionHasBeenSet =
false;
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool LastModifiedRegionHasBeenSet() const
CreateTestCaseRequest & WithLastModifiedRegion(LastModifiedRegionT &&value)
bool DescriptionHasBeenSet() const
CreateTestCaseRequest & WithEntryPoint(EntryPointT &&value)
bool InstanceIdHasBeenSet() const
const Aws::String & GetDescription() const
AWS_CONNECT_API CreateTestCaseRequest()=default
const Aws::String & GetContent() const
void SetLastModifiedRegion(LastModifiedRegionT &&value)
CreateTestCaseRequest & WithDescription(DescriptionT &&value)
bool StatusHasBeenSet() const
AWS_CONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateTestCaseRequest & WithName(NameT &&value)
const Aws::String & GetName() const
const Aws::String & GetLastModifiedRegion() const
void SetDescription(DescriptionT &&value)
CreateTestCaseRequest & WithInitializationData(InitializationDataT &&value)
void SetTags(TagsT &&value)
void SetEntryPoint(EntryPointT &&value)
const Aws::String & GetInitializationData() const
void SetTestCaseId(TestCaseIdT &&value)
bool EntryPointHasBeenSet() const
void SetName(NameT &&value)
CreateTestCaseRequest & WithInstanceId(InstanceIdT &&value)
bool TestCaseIdHasBeenSet() const
AWS_CONNECT_API Aws::String SerializePayload() const override
CreateTestCaseRequest & WithTestCaseId(TestCaseIdT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool TagsHasBeenSet() const
void SetStatus(TestCaseStatus value)
void SetContent(ContentT &&value)
bool InitializationDataHasBeenSet() const
CreateTestCaseRequest & WithStatus(TestCaseStatus value)
bool ContentHasBeenSet() const
TestCaseStatus GetStatus() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetInstanceId() const
CreateTestCaseRequest & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetInitializationData(InitializationDataT &&value)
const TestCaseEntryPoint & GetEntryPoint() const
CreateTestCaseRequest & WithContent(ContentT &&value)
CreateTestCaseRequest & WithTags(TagsT &&value)
bool LastModifiedTimeHasBeenSet() const
CreateTestCaseRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetInstanceId(InstanceIdT &&value)
const Aws::String & GetTestCaseId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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