7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafkaconnect/model/CustomPluginState.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename CustomPluginArnT = Aws::String>
42 void SetCustomPluginArn(CustomPluginArnT&& value) { m_customPluginArnHasBeenSet =
true; m_customPluginArn = std::forward<CustomPluginArnT>(value); }
43 template<
typename CustomPluginArnT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
72 inline void SetRevision(
long long value) { m_revisionHasBeenSet =
true; m_revision = value; }
79 template<
typename RequestIdT = Aws::String>
80 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
81 template<
typename RequestIdT = Aws::String>
87 bool m_customPluginArnHasBeenSet =
false;
90 bool m_customPluginStateHasBeenSet =
false;
93 bool m_nameHasBeenSet =
false;
95 long long m_revision{0};
96 bool m_revisionHasBeenSet =
false;
99 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