7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
10#include <aws/qbusiness/model/CustomPluginConfiguration.h>
11#include <aws/qbusiness/model/PluginAuthConfiguration.h>
12#include <aws/qbusiness/model/PluginState.h>
40 template <
typename ApplicationIdT = Aws::String>
42 m_applicationIdHasBeenSet =
true;
43 m_applicationId = std::forward<ApplicationIdT>(value);
45 template <
typename ApplicationIdT = Aws::String>
58 template <
typename PluginIdT = Aws::String>
60 m_pluginIdHasBeenSet =
true;
61 m_pluginId = std::forward<PluginIdT>(value);
63 template <
typename PluginIdT = Aws::String>
76 template <
typename DisplayNameT = Aws::String>
78 m_displayNameHasBeenSet =
true;
79 m_displayName = std::forward<DisplayNameT>(value);
81 template <
typename DisplayNameT = Aws::String>
95 m_stateHasBeenSet =
true;
110 template <
typename ServerUrlT = Aws::String>
112 m_serverUrlHasBeenSet =
true;
113 m_serverUrl = std::forward<ServerUrlT>(value);
115 template <
typename ServerUrlT = Aws::String>
128 template <
typename CustomPluginConfigurationT = CustomPluginConfiguration>
130 m_customPluginConfigurationHasBeenSet =
true;
131 m_customPluginConfiguration = std::forward<CustomPluginConfigurationT>(value);
133 template <
typename CustomPluginConfigurationT = CustomPluginConfiguration>
146 template <
typename AuthConfigurationT = PluginAuthConfiguration>
148 m_authConfigurationHasBeenSet =
true;
149 m_authConfiguration = std::forward<AuthConfigurationT>(value);
151 template <
typename AuthConfigurationT = PluginAuthConfiguration>
168 CustomPluginConfiguration m_customPluginConfiguration;
170 PluginAuthConfiguration m_authConfiguration;
171 bool m_applicationIdHasBeenSet =
false;
172 bool m_pluginIdHasBeenSet =
false;
173 bool m_displayNameHasBeenSet =
false;
174 bool m_stateHasBeenSet =
false;
175 bool m_serverUrlHasBeenSet =
false;
176 bool m_customPluginConfigurationHasBeenSet =
false;
177 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