7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
9#include <aws/kafkaconnect/model/WorkerConfigurationState.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace KafkaConnect {
36 template <
typename WorkerConfigurationArnT = Aws::String>
38 m_workerConfigurationArnHasBeenSet =
true;
39 m_workerConfigurationArn = std::forward<WorkerConfigurationArnT>(value);
41 template <
typename WorkerConfigurationArnT = Aws::String>
54 m_workerConfigurationStateHasBeenSet =
true;
55 m_workerConfigurationState = value;
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_workerConfigurationArnHasBeenSet =
false;
84 bool m_workerConfigurationStateHasBeenSet =
false;
85 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