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/AWSString.h>
42 template <
typename InstanceIdT = Aws::String>
44 m_instanceIdHasBeenSet =
true;
45 m_instanceId = std::forward<InstanceIdT>(value);
47 template <
typename InstanceIdT = Aws::String>
60 template <
typename TestCaseIdT = Aws::String>
62 m_testCaseIdHasBeenSet =
true;
63 m_testCaseId = std::forward<TestCaseIdT>(value);
65 template <
typename TestCaseIdT = Aws::String>
78 template <
typename ContentT = Aws::String>
80 m_contentHasBeenSet =
true;
81 m_content = std::forward<ContentT>(value);
83 template <
typename ContentT = Aws::String>
96 template <
typename EntryPo
intT = TestCaseEntryPo
int>
98 m_entryPointHasBeenSet =
true;
99 m_entryPoint = std::forward<EntryPointT>(value);
101 template <
typename EntryPo
intT = TestCaseEntryPo
int>
114 template <
typename InitializationDataT = Aws::String>
116 m_initializationDataHasBeenSet =
true;
117 m_initializationData = std::forward<InitializationDataT>(value);
119 template <
typename InitializationDataT = Aws::String>
132 template <
typename NameT = Aws::String>
134 m_nameHasBeenSet =
true;
135 m_name = std::forward<NameT>(value);
137 template <
typename NameT = Aws::String>
139 SetName(std::forward<NameT>(value));
150 template <
typename DescriptionT = Aws::String>
152 m_descriptionHasBeenSet =
true;
153 m_description = std::forward<DescriptionT>(value);
155 template <
typename DescriptionT = Aws::String>
171 m_statusHasBeenSet =
true;
186 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
188 m_lastModifiedTimeHasBeenSet =
true;
189 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
191 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
204 template <
typename LastModifiedRegionT = Aws::String>
206 m_lastModifiedRegionHasBeenSet =
true;
207 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
209 template <
typename LastModifiedRegionT = Aws::String>
235 bool m_instanceIdHasBeenSet =
false;
236 bool m_testCaseIdHasBeenSet =
false;
237 bool m_contentHasBeenSet =
false;
238 bool m_entryPointHasBeenSet =
false;
239 bool m_initializationDataHasBeenSet =
false;
240 bool m_nameHasBeenSet =
false;
241 bool m_descriptionHasBeenSet =
false;
242 bool m_statusHasBeenSet =
false;
243 bool m_lastModifiedTimeHasBeenSet =
false;
244 bool m_lastModifiedRegionHasBeenSet =
false;
AWS_CONNECT_API UpdateTestCaseRequest()=default
UpdateTestCaseRequest & WithInstanceId(InstanceIdT &&value)
bool InstanceIdHasBeenSet() const
const Aws::String & GetName() const
UpdateTestCaseRequest & WithStatus(TestCaseStatus value)
AWS_CONNECT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetTestCaseId() const
UpdateTestCaseRequest & WithDescription(DescriptionT &&value)
bool ContentHasBeenSet() const
const Aws::String & GetInitializationData() const
bool InitializationDataHasBeenSet() const
TestCaseStatus GetStatus() const
void SetContent(ContentT &&value)
void SetInitializationData(InitializationDataT &&value)
bool EntryPointHasBeenSet() const
UpdateTestCaseRequest & WithLastModifiedRegion(LastModifiedRegionT &&value)
bool DescriptionHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
AWS_CONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetName(NameT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetLastModifiedRegion() const
bool StatusHasBeenSet() const
UpdateTestCaseRequest & WithTestCaseId(TestCaseIdT &&value)
void SetEntryPoint(EntryPointT &&value)
UpdateTestCaseRequest & WithInitializationData(InitializationDataT &&value)
const Aws::String & GetInstanceId() const
UpdateTestCaseRequest & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool LastModifiedTimeHasBeenSet() const
bool LastModifiedRegionHasBeenSet() const
const Aws::String & GetContent() const
bool NameHasBeenSet() const
UpdateTestCaseRequest & WithContent(ContentT &&value)
bool TestCaseIdHasBeenSet() const
void SetLastModifiedRegion(LastModifiedRegionT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
UpdateTestCaseRequest & WithName(NameT &&value)
void SetStatus(TestCaseStatus value)
UpdateTestCaseRequest & WithEntryPoint(EntryPointT &&value)
const TestCaseEntryPoint & GetEntryPoint() const
void SetTestCaseId(TestCaseIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String