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>
15namespace KafkaConnect {
38 template <
typename DescriptionT = Aws::String>
40 m_descriptionHasBeenSet =
true;
41 m_description = std::forward<DescriptionT>(value);
43 template <
typename DescriptionT = Aws::String>
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
74 template <
typename PropertiesFileContentT = Aws::String>
76 m_propertiesFileContentHasBeenSet =
true;
77 m_propertiesFileContent = std::forward<PropertiesFileContentT>(value);
79 template <
typename PropertiesFileContentT = Aws::String>
92 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 m_tagsHasBeenSet =
true;
95 m_tags = std::forward<TagsT>(value);
97 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
99 SetTags(std::forward<TagsT>(value));
102 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
104 m_tagsHasBeenSet =
true;
105 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
117 bool m_descriptionHasBeenSet =
false;
118 bool m_nameHasBeenSet =
false;
119 bool m_propertiesFileContentHasBeenSet =
false;
120 bool m_tagsHasBeenSet =
false;
const Aws::String & GetPropertiesFileContent() const
bool TagsHasBeenSet() const
CreateWorkerConfigurationRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetPropertiesFileContent(PropertiesFileContentT &&value)
CreateWorkerConfigurationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateWorkerConfigurationRequest & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
AWS_KAFKACONNECT_API Aws::String SerializePayload() const override
CreateWorkerConfigurationRequest & WithPropertiesFileContent(PropertiesFileContentT &&value)
bool PropertiesFileContentHasBeenSet() const
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
CreateWorkerConfigurationRequest & WithTags(TagsT &&value)
AWS_KAFKACONNECT_API CreateWorkerConfigurationRequest()=default
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