7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/omics/Omics_EXPORTS.h>
9#include <aws/omics/model/ShareStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ShareIdT = Aws::String>
37 m_shareIdHasBeenSet =
true;
38 m_shareId = std::forward<ShareIdT>(value);
40 template <
typename ShareIdT = Aws::String>
53 m_statusHasBeenSet =
true;
67 template <
typename ShareNameT = Aws::String>
69 m_shareNameHasBeenSet =
true;
70 m_shareName = std::forward<ShareNameT>(value);
72 template <
typename ShareNameT = Aws::String>
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_shareIdHasBeenSet =
false;
102 bool m_statusHasBeenSet =
false;
103 bool m_shareNameHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
CreateShareResult & WithStatus(ShareStatus value)
CreateShareResult & WithRequestId(RequestIdT &&value)
CreateShareResult & WithShareId(ShareIdT &&value)
const Aws::String & GetShareId() const
void SetStatus(ShareStatus value)
void SetShareId(ShareIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
CreateShareResult & WithShareName(ShareNameT &&value)
const Aws::String & GetShareName() const
AWS_OMICS_API CreateShareResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OMICS_API CreateShareResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetShareName(ShareNameT &&value)
AWS_OMICS_API CreateShareResult()=default
ShareStatus GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue