7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kafkaconnect/model/CustomPluginState.h>
11#include <aws/kafkaconnect/model/CustomPluginRevisionSummary.h>
12#include <aws/kafkaconnect/model/StateDescription.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename CreationTimeT = Aws::Utils::DateTime>
45 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
46 template<
typename CreationTimeT = Aws::Utils::DateTime>
55 template<
typename CustomPluginArnT = Aws::String>
56 void SetCustomPluginArn(CustomPluginArnT&& value) { m_customPluginArnHasBeenSet =
true; m_customPluginArn = std::forward<CustomPluginArnT>(value); }
57 template<
typename CustomPluginArnT = Aws::String>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename LatestRevisionT = CustomPluginRevisionSummary>
88 void SetLatestRevision(LatestRevisionT&& value) { m_latestRevisionHasBeenSet =
true; m_latestRevision = std::forward<LatestRevisionT>(value); }
89 template<
typename LatestRevisionT = CustomPluginRevisionSummary>
98 template<
typename NameT = Aws::String>
99 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
100 template<
typename NameT = Aws::String>
109 template<
typename StateDescriptionT = StateDescription>
110 void SetStateDescription(StateDescriptionT&& value) { m_stateDescriptionHasBeenSet =
true; m_stateDescription = std::forward<StateDescriptionT>(value); }
111 template<
typename StateDescriptionT = StateDescription>
118 template<
typename RequestIdT = Aws::String>
119 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
120 template<
typename RequestIdT = Aws::String>
126 bool m_creationTimeHasBeenSet =
false;
129 bool m_customPluginArnHasBeenSet =
false;
132 bool m_customPluginStateHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
137 CustomPluginRevisionSummary m_latestRevision;
138 bool m_latestRevisionHasBeenSet =
false;
141 bool m_nameHasBeenSet =
false;
143 StateDescription m_stateDescription;
144 bool m_stateDescriptionHasBeenSet =
false;
147 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