AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
DeleteCustomPluginResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
9#include <aws/kafkaconnect/model/CustomPluginState.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace KafkaConnect {
23namespace Model {
25 public:
26 AWS_KAFKACONNECT_API DeleteCustomPluginResult() = default;
29
31
35 inline const Aws::String& GetCustomPluginArn() const { return m_customPluginArn; }
36 template <typename CustomPluginArnT = Aws::String>
37 void SetCustomPluginArn(CustomPluginArnT&& value) {
38 m_customPluginArnHasBeenSet = true;
39 m_customPluginArn = std::forward<CustomPluginArnT>(value);
40 }
41 template <typename CustomPluginArnT = Aws::String>
42 DeleteCustomPluginResult& WithCustomPluginArn(CustomPluginArnT&& value) {
43 SetCustomPluginArn(std::forward<CustomPluginArnT>(value));
44 return *this;
45 }
47
49
52 inline CustomPluginState GetCustomPluginState() const { return m_customPluginState; }
54 m_customPluginStateHasBeenSet = true;
55 m_customPluginState = value;
56 }
59 return *this;
60 }
62
64
65 inline const Aws::String& GetRequestId() const { return m_requestId; }
66 template <typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) {
68 m_requestIdHasBeenSet = true;
69 m_requestId = std::forward<RequestIdT>(value);
70 }
71 template <typename RequestIdT = Aws::String>
73 SetRequestId(std::forward<RequestIdT>(value));
74 return *this;
75 }
77 private:
78 Aws::String m_customPluginArn;
79
81
82 Aws::String m_requestId;
83 bool m_customPluginArnHasBeenSet = false;
84 bool m_customPluginStateHasBeenSet = false;
85 bool m_requestIdHasBeenSet = false;
86};
87
88} // namespace Model
89} // namespace KafkaConnect
90} // namespace Aws
DeleteCustomPluginResult & WithCustomPluginState(CustomPluginState value)
DeleteCustomPluginResult & WithCustomPluginArn(CustomPluginArnT &&value)
AWS_KAFKACONNECT_API DeleteCustomPluginResult()=default
DeleteCustomPluginResult & WithRequestId(RequestIdT &&value)
AWS_KAFKACONNECT_API DeleteCustomPluginResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KAFKACONNECT_API DeleteCustomPluginResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue