7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/PluginType.h>
10#include <aws/qbusiness/model/PluginAuthConfiguration.h>
11#include <aws/qbusiness/model/CustomPluginConfiguration.h>
12#include <aws/qbusiness/model/PluginBuildStatus.h>
13#include <aws/qbusiness/model/PluginState.h>
14#include <aws/core/utils/DateTime.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename ApplicationIdT = Aws::String>
48 template<
typename ApplicationIdT = Aws::String>
57 template<
typename PluginIdT = Aws::String>
58 void SetPluginId(
PluginIdT&& value) { m_pluginIdHasBeenSet =
true; m_pluginId = std::forward<PluginIdT>(value); }
59 template<
typename PluginIdT = Aws::String>
68 template<
typename DisplayNameT = Aws::String>
70 template<
typename DisplayNameT = Aws::String>
88 template<
typename ServerUrlT = Aws::String>
89 void SetServerUrl(
ServerUrlT&& value) { m_serverUrlHasBeenSet =
true; m_serverUrl = std::forward<ServerUrlT>(value); }
90 template<
typename ServerUrlT = Aws::String>
97 template<
typename AuthConfigurationT = PluginAuthConfiguration>
99 template<
typename AuthConfigurationT = PluginAuthConfiguration>
108 template<
typename CustomPluginConfigurationT = CustomPluginConfiguration>
110 template<
typename CustomPluginConfigurationT = CustomPluginConfiguration>
129 template<
typename PluginArnT = Aws::String>
131 template<
typename PluginArnT = Aws::String>
149 template<
typename CreatedAtT = Aws::Utils::DateTime>
151 template<
typename CreatedAtT = Aws::Utils::DateTime>
160 template<
typename UpdatedAtT = Aws::Utils::DateTime>
162 template<
typename UpdatedAtT = Aws::Utils::DateTime>
169 template<
typename RequestIdT = Aws::String>
171 template<
typename RequestIdT = Aws::String>
177 bool m_applicationIdHasBeenSet =
false;
180 bool m_pluginIdHasBeenSet =
false;
183 bool m_displayNameHasBeenSet =
false;
186 bool m_typeHasBeenSet =
false;
189 bool m_serverUrlHasBeenSet =
false;
191 PluginAuthConfiguration m_authConfiguration;
192 bool m_authConfigurationHasBeenSet =
false;
194 CustomPluginConfiguration m_customPluginConfiguration;
195 bool m_customPluginConfigurationHasBeenSet =
false;
198 bool m_buildStatusHasBeenSet =
false;
201 bool m_pluginArnHasBeenSet =
false;
204 bool m_stateHasBeenSet =
false;
207 bool m_createdAtHasBeenSet =
false;
210 bool m_updatedAtHasBeenSet =
false;
213 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetApplicationId() const
const Aws::String & GetPluginId() const
AWS_QBUSINESS_API GetPluginResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QBUSINESS_API GetPluginResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PluginType GetType() const
void SetRequestId(RequestIdT &&value)
PluginBuildStatus GetBuildStatus() const
const Aws::String & GetServerUrl() const
GetPluginResult & WithUpdatedAt(UpdatedAtT &&value)
GetPluginResult & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetDisplayName() const
GetPluginResult & WithRequestId(RequestIdT &&value)
GetPluginResult & WithBuildStatus(PluginBuildStatus value)
GetPluginResult & WithType(PluginType value)
void SetBuildStatus(PluginBuildStatus value)
void SetCreatedAt(CreatedAtT &&value)
void SetServerUrl(ServerUrlT &&value)
void SetAuthConfiguration(AuthConfigurationT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetPluginResult & WithPluginId(PluginIdT &&value)
GetPluginResult & WithApplicationId(ApplicationIdT &&value)
void SetCustomPluginConfiguration(CustomPluginConfigurationT &&value)
void SetPluginId(PluginIdT &&value)
GetPluginResult & WithPluginArn(PluginArnT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetType(PluginType value)
GetPluginResult & WithState(PluginState value)
GetPluginResult & WithCustomPluginConfiguration(CustomPluginConfigurationT &&value)
const Aws::String & GetRequestId() const
AWS_QBUSINESS_API GetPluginResult()=default
void SetPluginArn(PluginArnT &&value)
void SetApplicationId(ApplicationIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
GetPluginResult & WithServerUrl(ServerUrlT &&value)
void SetState(PluginState value)
const Aws::Utils::DateTime & GetCreatedAt() const
const PluginAuthConfiguration & GetAuthConfiguration() const
GetPluginResult & WithCreatedAt(CreatedAtT &&value)
PluginState GetState() const
const CustomPluginConfiguration & GetCustomPluginConfiguration() const
GetPluginResult & WithAuthConfiguration(AuthConfigurationT &&value)
const Aws::String & GetPluginArn() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue