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>
49 template<
typename CreationTimeT = Aws::Utils::DateTime>
50 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
51 template<
typename CreationTimeT = Aws::Utils::DateTime>
61 template<
typename CustomPluginArnT = Aws::String>
62 void SetCustomPluginArn(CustomPluginArnT&& value) { m_customPluginArnHasBeenSet =
true; m_customPluginArn = std::forward<CustomPluginArnT>(value); }
63 template<
typename CustomPluginArnT = Aws::String>
83 template<
typename DescriptionT = Aws::String>
84 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
85 template<
typename DescriptionT = Aws::String>
95 template<
typename LatestRevisionT = CustomPluginRevisionSummary>
96 void SetLatestRevision(LatestRevisionT&& value) { m_latestRevisionHasBeenSet =
true; m_latestRevision = std::forward<LatestRevisionT>(value); }
97 template<
typename LatestRevisionT = CustomPluginRevisionSummary>
107 template<
typename NameT = Aws::String>
108 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
109 template<
typename NameT = Aws::String>
115 bool m_creationTimeHasBeenSet =
false;
118 bool m_customPluginArnHasBeenSet =
false;
121 bool m_customPluginStateHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
126 CustomPluginRevisionSummary m_latestRevision;
127 bool m_latestRevisionHasBeenSet =
false;
130 bool m_nameHasBeenSet =
false;
const Aws::String & GetCustomPluginArn() const
const Aws::Utils::DateTime & GetCreationTime() const
bool NameHasBeenSet() const
void SetCustomPluginArn(CustomPluginArnT &&value)
void SetCreationTime(CreationTimeT &&value)
CustomPluginState GetCustomPluginState() const
void SetLatestRevision(LatestRevisionT &&value)
bool LatestRevisionHasBeenSet() const
const CustomPluginRevisionSummary & GetLatestRevision() const
CustomPluginSummary & WithCustomPluginArn(CustomPluginArnT &&value)
bool CreationTimeHasBeenSet() const
AWS_KAFKACONNECT_API CustomPluginSummary()=default
const Aws::String & GetDescription() const
bool CustomPluginStateHasBeenSet() const
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKACONNECT_API CustomPluginSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomPluginSummary & WithCreationTime(CreationTimeT &&value)
void SetName(NameT &&value)
CustomPluginSummary & WithLatestRevision(LatestRevisionT &&value)
AWS_KAFKACONNECT_API CustomPluginSummary(Aws::Utils::Json::JsonView jsonValue)
CustomPluginSummary & WithDescription(DescriptionT &&value)
CustomPluginSummary & WithCustomPluginState(CustomPluginState value)
CustomPluginSummary & WithName(NameT &&value)
const Aws::String & GetName() const
bool CustomPluginArnHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetCustomPluginState(CustomPluginState value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue