7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
9#include <aws/qbusiness/model/PluginBuildStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename PluginIdT = Aws::String>
37 m_pluginIdHasBeenSet =
true;
38 m_pluginId = std::forward<PluginIdT>(value);
40 template <
typename PluginIdT = Aws::String>
52 template <
typename PluginArnT = Aws::String>
54 m_pluginArnHasBeenSet =
true;
55 m_pluginArn = std::forward<PluginArnT>(value);
57 template <
typename PluginArnT = Aws::String>
70 m_buildStatusHasBeenSet =
true;
71 m_buildStatus = value;
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
101 bool m_pluginIdHasBeenSet =
false;
102 bool m_pluginArnHasBeenSet =
false;
103 bool m_buildStatusHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
CreatePluginResult & WithRequestId(RequestIdT &&value)
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