7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafkaconnect/model/WorkerConfigurationState.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename WorkerConfigurationArnT = Aws::String>
43 void SetWorkerConfigurationArn(WorkerConfigurationArnT&& value) { m_workerConfigurationArnHasBeenSet =
true; m_workerConfigurationArn = std::forward<WorkerConfigurationArnT>(value); }
44 template<
typename WorkerConfigurationArnT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_workerConfigurationArnHasBeenSet =
false;
71 bool m_workerConfigurationStateHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
DeleteWorkerConfigurationResult & WithWorkerConfigurationArn(WorkerConfigurationArnT &&value)
WorkerConfigurationState GetWorkerConfigurationState() const
DeleteWorkerConfigurationResult & WithWorkerConfigurationState(WorkerConfigurationState value)
void SetWorkerConfigurationState(WorkerConfigurationState value)
DeleteWorkerConfigurationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetWorkerConfigurationArn(WorkerConfigurationArnT &&value)
AWS_KAFKACONNECT_API DeleteWorkerConfigurationResult()=default
const Aws::String & GetWorkerConfigurationArn() const
AWS_KAFKACONNECT_API DeleteWorkerConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KAFKACONNECT_API DeleteWorkerConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue