7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.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/PluginBuildStatus.h>
13#include <aws/qbusiness/model/PluginState.h>
14#include <aws/qbusiness/model/PluginType.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename ApplicationIdT = Aws::String>
42 m_applicationIdHasBeenSet =
true;
43 m_applicationId = std::forward<ApplicationIdT>(value);
45 template <
typename ApplicationIdT = Aws::String>
57 template <
typename PluginIdT = Aws::String>
59 m_pluginIdHasBeenSet =
true;
60 m_pluginId = std::forward<PluginIdT>(value);
62 template <
typename PluginIdT = Aws::String>
74 template <
typename DisplayNameT = Aws::String>
76 m_displayNameHasBeenSet =
true;
77 m_displayName = std::forward<DisplayNameT>(value);
79 template <
typename DisplayNameT = Aws::String>
92 m_typeHasBeenSet =
true;
106 template <
typename ServerUrlT = Aws::String>
108 m_serverUrlHasBeenSet =
true;
109 m_serverUrl = std::forward<ServerUrlT>(value);
111 template <
typename ServerUrlT = Aws::String>
121 template <
typename AuthConfigurationT = PluginAuthConfiguration>
123 m_authConfigurationHasBeenSet =
true;
124 m_authConfiguration = std::forward<AuthConfigurationT>(value);
126 template <
typename AuthConfigurationT = PluginAuthConfiguration>
138 template <
typename CustomPluginConfigurationT = CustomPluginConfiguration>
140 m_customPluginConfigurationHasBeenSet =
true;
141 m_customPluginConfiguration = std::forward<CustomPluginConfigurationT>(value);
143 template <
typename CustomPluginConfigurationT = CustomPluginConfiguration>
156 m_buildStatusHasBeenSet =
true;
157 m_buildStatus = value;
171 template <
typename PluginArnT = Aws::String>
173 m_pluginArnHasBeenSet =
true;
174 m_pluginArn = std::forward<PluginArnT>(value);
176 template <
typename PluginArnT = Aws::String>
189 m_stateHasBeenSet =
true;
203 template <
typename CreatedAtT = Aws::Utils::DateTime>
205 m_createdAtHasBeenSet =
true;
206 m_createdAt = std::forward<CreatedAtT>(value);
208 template <
typename CreatedAtT = Aws::Utils::DateTime>
220 template <
typename UpdatedAtT = Aws::Utils::DateTime>
222 m_updatedAtHasBeenSet =
true;
223 m_updatedAt = std::forward<UpdatedAtT>(value);
225 template <
typename UpdatedAtT = Aws::Utils::DateTime>
235 template <
typename RequestIdT = Aws::String>
237 m_requestIdHasBeenSet =
true;
238 m_requestId = std::forward<RequestIdT>(value);
240 template <
typename RequestIdT = Aws::String>
257 PluginAuthConfiguration m_authConfiguration;
259 CustomPluginConfiguration m_customPluginConfiguration;
272 bool m_applicationIdHasBeenSet =
false;
273 bool m_pluginIdHasBeenSet =
false;
274 bool m_displayNameHasBeenSet =
false;
275 bool m_typeHasBeenSet =
false;
276 bool m_serverUrlHasBeenSet =
false;
277 bool m_authConfigurationHasBeenSet =
false;
278 bool m_customPluginConfigurationHasBeenSet =
false;
279 bool m_buildStatusHasBeenSet =
false;
280 bool m_pluginArnHasBeenSet =
false;
281 bool m_stateHasBeenSet =
false;
282 bool m_createdAtHasBeenSet =
false;
283 bool m_updatedAtHasBeenSet =
false;
284 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