7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
10#include <aws/kafkaconnect/model/WorkerConfigurationState.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace KafkaConnect {
37 template <
typename WorkerConfigurationArnT = Aws::String>
39 m_workerConfigurationArnHasBeenSet =
true;
40 m_workerConfigurationArn = std::forward<WorkerConfigurationArnT>(value);
42 template <
typename WorkerConfigurationArnT = Aws::String>
55 m_workerConfigurationStateHasBeenSet =
true;
56 m_workerConfigurationState = value;
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_workerConfigurationArnHasBeenSet =
false;
88 bool m_workerConfigurationStateHasBeenSet =
false;
89 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue