7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/kafkaconnect/KafkaConnectRequest.h>
9#include <aws/kafkaconnect/model/CustomPluginContentType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/kafkaconnect/model/CustomPluginLocation.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
66 template<
typename LocationT = CustomPluginLocation>
67 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
68 template<
typename LocationT = CustomPluginLocation>
78 template<
typename NameT = Aws::String>
79 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
80 template<
typename NameT = Aws::String>
90 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
91 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
92 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
96 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
102 bool m_contentTypeHasBeenSet =
false;
105 bool m_descriptionHasBeenSet =
false;
107 CustomPluginLocation m_location;
108 bool m_locationHasBeenSet =
false;
111 bool m_nameHasBeenSet =
false;
114 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