7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
10#include <aws/qbusiness/model/PluginBuildStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename PluginIdT = Aws::String>
38 m_pluginIdHasBeenSet =
true;
39 m_pluginId = std::forward<PluginIdT>(value);
41 template <
typename PluginIdT = Aws::String>
53 template <
typename PluginArnT = Aws::String>
55 m_pluginArnHasBeenSet =
true;
56 m_pluginArn = std::forward<PluginArnT>(value);
58 template <
typename PluginArnT = Aws::String>
71 m_buildStatusHasBeenSet =
true;
72 m_buildStatus = value;
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
105 bool m_pluginIdHasBeenSet =
false;
106 bool m_pluginArnHasBeenSet =
false;
107 bool m_buildStatusHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
CreatePluginResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetPluginArn() const
CreatePluginResult & WithPluginArn(PluginArnT &&value)
const Aws::String & GetRequestId() const
PluginBuildStatus GetBuildStatus() const
const Aws::String & GetPluginId() const
CreatePluginResult & WithBuildStatus(PluginBuildStatus value)
void SetPluginArn(PluginArnT &&value)
void SetRequestId(RequestIdT &&value)
AWS_QBUSINESS_API CreatePluginResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QBUSINESS_API CreatePluginResult()=default
CreatePluginResult & WithPluginId(PluginIdT &&value)
void SetPluginId(PluginIdT &&value)
AWS_QBUSINESS_API CreatePluginResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBuildStatus(PluginBuildStatus value)
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