7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename InstanceIdT = Aws::String>
39 m_instanceIdHasBeenSet =
true;
40 m_instanceId = std::forward<InstanceIdT>(value);
42 template <
typename InstanceIdT = Aws::String>
55 template <
typename TestCaseExecutionIdT = Aws::String>
57 m_testCaseExecutionIdHasBeenSet =
true;
58 m_testCaseExecutionId = std::forward<TestCaseExecutionIdT>(value);
60 template <
typename TestCaseExecutionIdT = Aws::String>
73 template <
typename TestCaseIdT = Aws::String>
75 m_testCaseIdHasBeenSet =
true;
76 m_testCaseId = std::forward<TestCaseIdT>(value);
78 template <
typename TestCaseIdT = Aws::String>
95 template <
typename ClientTokenT = Aws::String>
97 m_clientTokenHasBeenSet =
true;
98 m_clientToken = std::forward<ClientTokenT>(value);
100 template <
typename ClientTokenT = Aws::String>
114 bool m_instanceIdHasBeenSet =
false;
115 bool m_testCaseExecutionIdHasBeenSet =
false;
116 bool m_testCaseIdHasBeenSet =
false;
117 bool m_clientTokenHasBeenSet =
false;
AWS_CONNECT_API StopTestCaseExecutionRequest()=default
const Aws::String & GetTestCaseExecutionId() const
bool TestCaseExecutionIdHasBeenSet() const
void SetTestCaseExecutionId(TestCaseExecutionIdT &&value)
virtual const char * GetServiceRequestName() const override
StopTestCaseExecutionRequest & WithClientToken(ClientTokenT &&value)
StopTestCaseExecutionRequest & WithTestCaseExecutionId(TestCaseExecutionIdT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
void SetTestCaseId(TestCaseIdT &&value)
void SetInstanceId(InstanceIdT &&value)
const Aws::String & GetInstanceId() const
StopTestCaseExecutionRequest & WithInstanceId(InstanceIdT &&value)
const Aws::String & GetClientToken() const
StopTestCaseExecutionRequest & WithTestCaseId(TestCaseIdT &&value)
bool TestCaseIdHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
bool InstanceIdHasBeenSet() const
const Aws::String & GetTestCaseId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String