7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qbusiness/model/PluginState.h>
11#include <aws/qbusiness/model/CustomPluginConfiguration.h>
12#include <aws/qbusiness/model/PluginAuthConfiguration.h>
44 template<
typename ApplicationIdT = Aws::String>
46 template<
typename ApplicationIdT = Aws::String>
56 template<
typename PluginIdT = Aws::String>
57 void SetPluginId(
PluginIdT&& value) { m_pluginIdHasBeenSet =
true; m_pluginId = std::forward<PluginIdT>(value); }
58 template<
typename PluginIdT = Aws::String>
68 template<
typename DisplayNameT = Aws::String>
70 template<
typename DisplayNameT = Aws::String>
90 template<
typename ServerUrlT = Aws::String>
91 void SetServerUrl(
ServerUrlT&& value) { m_serverUrlHasBeenSet =
true; m_serverUrl = std::forward<ServerUrlT>(value); }
92 template<
typename ServerUrlT = Aws::String>
102 template<
typename CustomPluginConfigurationT = CustomPluginConfiguration>
104 template<
typename CustomPluginConfigurationT = CustomPluginConfiguration>
114 template<
typename AuthConfigurationT = PluginAuthConfiguration>
116 template<
typename AuthConfigurationT = PluginAuthConfiguration>
122 bool m_applicationIdHasBeenSet =
false;
125 bool m_pluginIdHasBeenSet =
false;
128 bool m_displayNameHasBeenSet =
false;
131 bool m_stateHasBeenSet =
false;
134 bool m_serverUrlHasBeenSet =
false;
136 CustomPluginConfiguration m_customPluginConfiguration;
137 bool m_customPluginConfigurationHasBeenSet =
false;
139 PluginAuthConfiguration m_authConfiguration;
140 bool m_authConfigurationHasBeenSet =
false;
UpdatePluginRequest & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetPluginId() const
UpdatePluginRequest & WithCustomPluginConfiguration(CustomPluginConfigurationT &&value)
void SetCustomPluginConfiguration(CustomPluginConfigurationT &&value)
UpdatePluginRequest & WithAuthConfiguration(AuthConfigurationT &&value)
PluginState GetState() const
bool PluginIdHasBeenSet() const
bool DisplayNameHasBeenSet() const
const CustomPluginConfiguration & GetCustomPluginConfiguration() const
bool ApplicationIdHasBeenSet() const
UpdatePluginRequest & WithState(PluginState value)
bool ServerUrlHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetAuthConfiguration(AuthConfigurationT &&value)
bool StateHasBeenSet() const
UpdatePluginRequest & WithPluginId(PluginIdT &&value)
const Aws::String & GetApplicationId() const
AWS_QBUSINESS_API Aws::String SerializePayload() const override
void SetDisplayName(DisplayNameT &&value)
UpdatePluginRequest & WithApplicationId(ApplicationIdT &&value)
UpdatePluginRequest & WithServerUrl(ServerUrlT &&value)
void SetServerUrl(ServerUrlT &&value)
bool CustomPluginConfigurationHasBeenSet() const
AWS_QBUSINESS_API UpdatePluginRequest()=default
const Aws::String & GetServerUrl() const
void SetPluginId(PluginIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
void SetState(PluginState value)
const Aws::String & GetDisplayName() const
bool AuthConfigurationHasBeenSet() const
const PluginAuthConfiguration & GetAuthConfiguration() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String