7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qbusiness/QBusiness_EXPORTS.h>
11#include <aws/qbusiness/model/CustomPluginConfiguration.h>
12#include <aws/qbusiness/model/PluginAuthConfiguration.h>
13#include <aws/qbusiness/model/PluginBuildStatus.h>
14#include <aws/qbusiness/model/PluginState.h>
15#include <aws/qbusiness/model/PluginType.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename ApplicationIdT = Aws::String>
43 m_applicationIdHasBeenSet =
true;
44 m_applicationId = std::forward<ApplicationIdT>(value);
46 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>
75 template <
typename DisplayNameT = Aws::String>
77 m_displayNameHasBeenSet =
true;
78 m_displayName = std::forward<DisplayNameT>(value);
80 template <
typename DisplayNameT = Aws::String>
93 m_typeHasBeenSet =
true;
107 template <
typename ServerUrlT = Aws::String>
109 m_serverUrlHasBeenSet =
true;
110 m_serverUrl = std::forward<ServerUrlT>(value);
112 template <
typename ServerUrlT = Aws::String>
122 template <
typename AuthConfigurationT = PluginAuthConfiguration>
124 m_authConfigurationHasBeenSet =
true;
125 m_authConfiguration = std::forward<AuthConfigurationT>(value);
127 template <
typename AuthConfigurationT = PluginAuthConfiguration>
139 template <
typename CustomPluginConfigurationT = CustomPluginConfiguration>
141 m_customPluginConfigurationHasBeenSet =
true;
142 m_customPluginConfiguration = std::forward<CustomPluginConfigurationT>(value);
144 template <
typename CustomPluginConfigurationT = CustomPluginConfiguration>
157 m_buildStatusHasBeenSet =
true;
158 m_buildStatus = value;
172 template <
typename PluginArnT = Aws::String>
174 m_pluginArnHasBeenSet =
true;
175 m_pluginArn = std::forward<PluginArnT>(value);
177 template <
typename PluginArnT = Aws::String>
190 m_stateHasBeenSet =
true;
204 template <
typename CreatedAtT = Aws::Utils::DateTime>
206 m_createdAtHasBeenSet =
true;
207 m_createdAt = std::forward<CreatedAtT>(value);
209 template <
typename CreatedAtT = Aws::Utils::DateTime>
221 template <
typename UpdatedAtT = Aws::Utils::DateTime>
223 m_updatedAtHasBeenSet =
true;
224 m_updatedAt = std::forward<UpdatedAtT>(value);
226 template <
typename UpdatedAtT = Aws::Utils::DateTime>
236 template <
typename RequestIdT = Aws::String>
238 m_requestIdHasBeenSet =
true;
239 m_requestId = std::forward<RequestIdT>(value);
241 template <
typename RequestIdT = Aws::String>
260 PluginAuthConfiguration m_authConfiguration;
262 CustomPluginConfiguration m_customPluginConfiguration;
276 bool m_applicationIdHasBeenSet =
false;
277 bool m_pluginIdHasBeenSet =
false;
278 bool m_displayNameHasBeenSet =
false;
279 bool m_typeHasBeenSet =
false;
280 bool m_serverUrlHasBeenSet =
false;
281 bool m_authConfigurationHasBeenSet =
false;
282 bool m_customPluginConfigurationHasBeenSet =
false;
283 bool m_buildStatusHasBeenSet =
false;
284 bool m_pluginArnHasBeenSet =
false;
285 bool m_stateHasBeenSet =
false;
286 bool m_createdAtHasBeenSet =
false;
287 bool m_updatedAtHasBeenSet =
false;
288 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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