7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
11#include <aws/kafkaconnect/model/CustomPluginRevisionSummary.h>
12#include <aws/kafkaconnect/model/CustomPluginState.h>
13#include <aws/kafkaconnect/model/StateDescription.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace KafkaConnect {
39 template <
typename CreationTimeT = Aws::Utils::DateTime>
41 m_creationTimeHasBeenSet =
true;
42 m_creationTime = std::forward<CreationTimeT>(value);
44 template <
typename CreationTimeT = Aws::Utils::DateTime>
56 template <
typename CustomPluginArnT = Aws::String>
58 m_customPluginArnHasBeenSet =
true;
59 m_customPluginArn = std::forward<CustomPluginArnT>(value);
61 template <
typename CustomPluginArnT = Aws::String>
74 m_customPluginStateHasBeenSet =
true;
75 m_customPluginState = value;
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
106 template <
typename LatestRevisionT = CustomPluginRevisionSummary>
108 m_latestRevisionHasBeenSet =
true;
109 m_latestRevision = std::forward<LatestRevisionT>(value);
111 template <
typename LatestRevisionT = CustomPluginRevisionSummary>
123 template <
typename NameT = Aws::String>
125 m_nameHasBeenSet =
true;
126 m_name = std::forward<NameT>(value);
128 template <
typename NameT = Aws::String>
130 SetName(std::forward<NameT>(value));
140 template <
typename StateDescriptionT = StateDescription>
142 m_stateDescriptionHasBeenSet =
true;
143 m_stateDescription = std::forward<StateDescriptionT>(value);
145 template <
typename StateDescriptionT = StateDescription>
155 template <
typename RequestIdT = Aws::String>
157 m_requestIdHasBeenSet =
true;
158 m_requestId = std::forward<RequestIdT>(value);
160 template <
typename RequestIdT = Aws::String>
177 CustomPluginRevisionSummary m_latestRevision;
181 StateDescription m_stateDescription;
185 bool m_creationTimeHasBeenSet =
false;
186 bool m_customPluginArnHasBeenSet =
false;
187 bool m_customPluginStateHasBeenSet =
false;
188 bool m_descriptionHasBeenSet =
false;
189 bool m_latestRevisionHasBeenSet =
false;
190 bool m_nameHasBeenSet =
false;
191 bool m_stateDescriptionHasBeenSet =
false;
192 bool m_requestIdHasBeenSet =
false;
void SetCustomPluginState(CustomPluginState value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetDescription() const
void SetLatestRevision(LatestRevisionT &&value)
DescribeCustomPluginResult & WithCustomPluginState(CustomPluginState value)
AWS_KAFKACONNECT_API DescribeCustomPluginResult()=default
CustomPluginState GetCustomPluginState() const
void SetRequestId(RequestIdT &&value)
DescribeCustomPluginResult & WithStateDescription(StateDescriptionT &&value)
AWS_KAFKACONNECT_API DescribeCustomPluginResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCustomPluginArn() const
DescribeCustomPluginResult & WithCreationTime(CreationTimeT &&value)
const CustomPluginRevisionSummary & GetLatestRevision() const
DescribeCustomPluginResult & WithLatestRevision(LatestRevisionT &&value)
const Aws::String & GetRequestId() const
DescribeCustomPluginResult & WithRequestId(RequestIdT &&value)
void SetCustomPluginArn(CustomPluginArnT &&value)
const StateDescription & GetStateDescription() const
const Aws::Utils::DateTime & GetCreationTime() const
DescribeCustomPluginResult & WithName(NameT &&value)
DescribeCustomPluginResult & WithCustomPluginArn(CustomPluginArnT &&value)
AWS_KAFKACONNECT_API DescribeCustomPluginResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
void SetName(NameT &&value)
void SetStateDescription(StateDescriptionT &&value)
DescribeCustomPluginResult & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
void SetCreationTime(CreationTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue