AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteCustomPluginResult.h
1
6#pragma once
7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafkaconnect/model/CustomPluginState.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace KafkaConnect
25{
26namespace Model
27{
29 {
30 public:
31 AWS_KAFKACONNECT_API DeleteCustomPluginResult();
34
35
37
41 inline const Aws::String& GetCustomPluginArn() const{ return m_customPluginArn; }
42 inline void SetCustomPluginArn(const Aws::String& value) { m_customPluginArn = value; }
43 inline void SetCustomPluginArn(Aws::String&& value) { m_customPluginArn = std::move(value); }
44 inline void SetCustomPluginArn(const char* value) { m_customPluginArn.assign(value); }
45 inline DeleteCustomPluginResult& WithCustomPluginArn(const Aws::String& value) { SetCustomPluginArn(value); return *this;}
46 inline DeleteCustomPluginResult& WithCustomPluginArn(Aws::String&& value) { SetCustomPluginArn(std::move(value)); return *this;}
47 inline DeleteCustomPluginResult& WithCustomPluginArn(const char* value) { SetCustomPluginArn(value); return *this;}
49
51
54 inline const CustomPluginState& GetCustomPluginState() const{ return m_customPluginState; }
55 inline void SetCustomPluginState(const CustomPluginState& value) { m_customPluginState = value; }
56 inline void SetCustomPluginState(CustomPluginState&& value) { m_customPluginState = std::move(value); }
58 inline DeleteCustomPluginResult& WithCustomPluginState(CustomPluginState&& value) { SetCustomPluginState(std::move(value)); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline DeleteCustomPluginResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline DeleteCustomPluginResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline DeleteCustomPluginResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 Aws::String m_customPluginArn;
74
75 CustomPluginState m_customPluginState;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace KafkaConnect
82} // namespace Aws
DeleteCustomPluginResult & WithCustomPluginState(const CustomPluginState &value)
DeleteCustomPluginResult & WithCustomPluginArn(const char *value)
DeleteCustomPluginResult & WithCustomPluginState(CustomPluginState &&value)
DeleteCustomPluginResult & WithRequestId(const Aws::String &value)
DeleteCustomPluginResult & WithCustomPluginArn(const Aws::String &value)
DeleteCustomPluginResult & WithCustomPluginArn(Aws::String &&value)
DeleteCustomPluginResult & WithRequestId(const char *value)
DeleteCustomPluginResult & WithRequestId(Aws::String &&value)
AWS_KAFKACONNECT_API DeleteCustomPluginResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCustomPluginState(const CustomPluginState &value)
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