7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
10#include <aws/kafkaconnect/model/CustomPluginRevisionSummary.h>
11#include <aws/kafkaconnect/model/CustomPluginState.h>
12#include <aws/kafkaconnect/model/StateDescription.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace KafkaConnect {
38 template <
typename CreationTimeT = Aws::Utils::DateTime>
40 m_creationTimeHasBeenSet =
true;
41 m_creationTime = std::forward<CreationTimeT>(value);
43 template <
typename CreationTimeT = Aws::Utils::DateTime>
55 template <
typename CustomPluginArnT = Aws::String>
57 m_customPluginArnHasBeenSet =
true;
58 m_customPluginArn = std::forward<CustomPluginArnT>(value);
60 template <
typename CustomPluginArnT = Aws::String>
73 m_customPluginStateHasBeenSet =
true;
74 m_customPluginState = value;
87 template <
typename DescriptionT = Aws::String>
89 m_descriptionHasBeenSet =
true;
90 m_description = std::forward<DescriptionT>(value);
92 template <
typename DescriptionT = Aws::String>
105 template <
typename LatestRevisionT = CustomPluginRevisionSummary>
107 m_latestRevisionHasBeenSet =
true;
108 m_latestRevision = std::forward<LatestRevisionT>(value);
110 template <
typename LatestRevisionT = CustomPluginRevisionSummary>
122 template <
typename NameT = Aws::String>
124 m_nameHasBeenSet =
true;
125 m_name = std::forward<NameT>(value);
127 template <
typename NameT = Aws::String>
129 SetName(std::forward<NameT>(value));
139 template <
typename StateDescriptionT = StateDescription>
141 m_stateDescriptionHasBeenSet =
true;
142 m_stateDescription = std::forward<StateDescriptionT>(value);
144 template <
typename StateDescriptionT = StateDescription>
154 template <
typename RequestIdT = Aws::String>
156 m_requestIdHasBeenSet =
true;
157 m_requestId = std::forward<RequestIdT>(value);
159 template <
typename RequestIdT = Aws::String>
174 CustomPluginRevisionSummary m_latestRevision;
178 StateDescription m_stateDescription;
181 bool m_creationTimeHasBeenSet =
false;
182 bool m_customPluginArnHasBeenSet =
false;
183 bool m_customPluginStateHasBeenSet =
false;
184 bool m_descriptionHasBeenSet =
false;
185 bool m_latestRevisionHasBeenSet =
false;
186 bool m_nameHasBeenSet =
false;
187 bool m_stateDescriptionHasBeenSet =
false;
188 bool m_requestIdHasBeenSet =
false;
void SetCustomPluginState(CustomPluginState value)
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