7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename InstanceIdT = Aws::String>
40 m_instanceIdHasBeenSet =
true;
41 m_instanceId = std::forward<InstanceIdT>(value);
43 template <
typename InstanceIdT = Aws::String>
56 template <
typename TestCaseExecutionIdT = Aws::String>
58 m_testCaseExecutionIdHasBeenSet =
true;
59 m_testCaseExecutionId = std::forward<TestCaseExecutionIdT>(value);
61 template <
typename TestCaseExecutionIdT = Aws::String>
74 template <
typename TestCaseIdT = Aws::String>
76 m_testCaseIdHasBeenSet =
true;
77 m_testCaseId = std::forward<TestCaseIdT>(value);
79 template <
typename TestCaseIdT = Aws::String>
96 template <
typename ClientTokenT = Aws::String>
98 m_clientTokenHasBeenSet =
true;
99 m_clientToken = std::forward<ClientTokenT>(value);
101 template <
typename ClientTokenT = Aws::String>
115 bool m_instanceIdHasBeenSet =
false;
116 bool m_testCaseExecutionIdHasBeenSet =
false;
117 bool m_testCaseIdHasBeenSet =
false;
118 bool m_clientTokenHasBeenSet =
true;
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
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String