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/CustomPluginState.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace KafkaConnect {
36 template <
typename CustomPluginArnT = Aws::String>
38 m_customPluginArnHasBeenSet =
true;
39 m_customPluginArn = std::forward<CustomPluginArnT>(value);
41 template <
typename CustomPluginArnT = Aws::String>
54 m_customPluginStateHasBeenSet =
true;
55 m_customPluginState = value;
68 template <
typename NameT = Aws::String>
70 m_nameHasBeenSet =
true;
71 m_name = std::forward<NameT>(value);
73 template <
typename NameT = Aws::String>
75 SetName(std::forward<NameT>(value));
86 m_revisionHasBeenSet =
true;
98 template <
typename RequestIdT = Aws::String>
100 m_requestIdHasBeenSet =
true;
101 m_requestId = std::forward<RequestIdT>(value);
103 template <
typename RequestIdT = Aws::String>
118 long long m_revision{0};
122 bool m_customPluginArnHasBeenSet =
false;
123 bool m_customPluginStateHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
125 bool m_revisionHasBeenSet =
false;
126 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
AWS_KAFKACONNECT_API CreateCustomPluginResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateCustomPluginResult & WithCustomPluginState(CustomPluginState value)
CreateCustomPluginResult & WithRequestId(RequestIdT &&value)
void SetCustomPluginArn(CustomPluginArnT &&value)
const Aws::String & GetName() const
long long GetRevision() const
const Aws::String & GetCustomPluginArn() const
void SetCustomPluginState(CustomPluginState value)
const Aws::String & GetRequestId() const
void SetRevision(long long value)
void SetRequestId(RequestIdT &&value)
CreateCustomPluginResult & WithCustomPluginArn(CustomPluginArnT &&value)
CreateCustomPluginResult & WithRevision(long long value)
CreateCustomPluginResult & WithName(NameT &&value)
CustomPluginState GetCustomPluginState() const
AWS_KAFKACONNECT_API CreateCustomPluginResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KAFKACONNECT_API CreateCustomPluginResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue