7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafkaconnect/KafkaConnectRequest.h>
10#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
11#include <aws/kafkaconnect/model/CustomPluginContentType.h>
12#include <aws/kafkaconnect/model/CustomPluginLocation.h>
17namespace KafkaConnect {
41 m_contentTypeHasBeenSet =
true;
42 m_contentType = value;
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
74 template <
typename LocationT = CustomPluginLocation>
76 m_locationHasBeenSet =
true;
77 m_location = std::forward<LocationT>(value);
79 template <
typename LocationT = CustomPluginLocation>
92 template <
typename NameT = Aws::String>
94 m_nameHasBeenSet =
true;
95 m_name = std::forward<NameT>(value);
97 template <
typename NameT = Aws::String>
99 SetName(std::forward<NameT>(value));
110 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
112 m_tagsHasBeenSet =
true;
113 m_tags = std::forward<TagsT>(value);
115 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
117 SetTags(std::forward<TagsT>(value));
120 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
122 m_tagsHasBeenSet =
true;
123 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
132 CustomPluginLocation m_location;
137 bool m_contentTypeHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
139 bool m_locationHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
141 bool m_tagsHasBeenSet =
false;
CreateCustomPluginRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool DescriptionHasBeenSet() const
void SetContentType(CustomPluginContentType value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
bool LocationHasBeenSet() const
CustomPluginContentType GetContentType() const
void SetName(NameT &&value)
AWS_KAFKACONNECT_API CreateCustomPluginRequest()=default
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
CreateCustomPluginRequest & WithLocation(LocationT &&value)
void SetDescription(DescriptionT &&value)
const CustomPluginLocation & GetLocation() const
const Aws::String & GetName() const
bool ContentTypeHasBeenSet() const
CreateCustomPluginRequest & WithName(NameT &&value)
CreateCustomPluginRequest & WithTags(TagsT &&value)
CreateCustomPluginRequest & WithDescription(DescriptionT &&value)
CreateCustomPluginRequest & WithContentType(CustomPluginContentType value)
void SetLocation(LocationT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_KAFKACONNECT_API Aws::String SerializePayload() const override
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String