7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
9#include <aws/kafkaconnect/model/CustomPluginState.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace KafkaConnect {
35 template <
typename CustomPluginArnT = Aws::String>
37 m_customPluginArnHasBeenSet =
true;
38 m_customPluginArn = std::forward<CustomPluginArnT>(value);
40 template <
typename CustomPluginArnT = Aws::String>
53 m_customPluginStateHasBeenSet =
true;
54 m_customPluginState = value;
67 template <
typename NameT = Aws::String>
69 m_nameHasBeenSet =
true;
70 m_name = std::forward<NameT>(value);
72 template <
typename NameT = Aws::String>
74 SetName(std::forward<NameT>(value));
85 m_revisionHasBeenSet =
true;
97 template <
typename RequestIdT = Aws::String>
99 m_requestIdHasBeenSet =
true;
100 m_requestId = std::forward<RequestIdT>(value);
102 template <
typename RequestIdT = Aws::String>
115 long long m_revision{0};
118 bool m_customPluginArnHasBeenSet =
false;
119 bool m_customPluginStateHasBeenSet =
false;
120 bool m_nameHasBeenSet =
false;
121 bool m_revisionHasBeenSet =
false;
122 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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue