7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/PluginBuildStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename PluginIdT = Aws::String>
42 void SetPluginId(
PluginIdT&& value) { m_pluginIdHasBeenSet =
true; m_pluginId = std::forward<PluginIdT>(value); }
43 template<
typename PluginIdT = Aws::String>
52 template<
typename PluginArnT = Aws::String>
53 void SetPluginArn(
PluginArnT&& value) { m_pluginArnHasBeenSet =
true; m_pluginArn = std::forward<PluginArnT>(value); }
54 template<
typename PluginArnT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_pluginIdHasBeenSet =
false;
81 bool m_pluginArnHasBeenSet =
false;
84 bool m_buildStatusHasBeenSet =
false;
87 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