7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/PortalStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename PortalIdT = Aws::String>
42 void SetPortalId(PortalIdT&& value) { m_portalIdHasBeenSet =
true; m_portalId = std::forward<PortalIdT>(value); }
43 template<
typename PortalIdT = Aws::String>
56 template<
typename PortalArnT = Aws::String>
57 void SetPortalArn(PortalArnT&& value) { m_portalArnHasBeenSet =
true; m_portalArn = std::forward<PortalArnT>(value); }
58 template<
typename PortalArnT = Aws::String>
70 template<
typename PortalStartUrlT = Aws::String>
71 void SetPortalStartUrl(PortalStartUrlT&& value) { m_portalStartUrlHasBeenSet =
true; m_portalStartUrl = std::forward<PortalStartUrlT>(value); }
72 template<
typename PortalStartUrlT = Aws::String>
82 template<
typename PortalStatusT = PortalStatus>
83 void SetPortalStatus(PortalStatusT&& value) { m_portalStatusHasBeenSet =
true; m_portalStatus = std::forward<PortalStatusT>(value); }
84 template<
typename PortalStatusT = PortalStatus>
94 template<
typename SsoApplicationIdT = Aws::String>
95 void SetSsoApplicationId(SsoApplicationIdT&& value) { m_ssoApplicationIdHasBeenSet =
true; m_ssoApplicationId = std::forward<SsoApplicationIdT>(value); }
96 template<
typename SsoApplicationIdT = Aws::String>
103 template<
typename RequestIdT = Aws::String>
104 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
105 template<
typename RequestIdT = Aws::String>
111 bool m_portalIdHasBeenSet =
false;
114 bool m_portalArnHasBeenSet =
false;
117 bool m_portalStartUrlHasBeenSet =
false;
120 bool m_portalStatusHasBeenSet =
false;
123 bool m_ssoApplicationIdHasBeenSet =
false;
126 bool m_requestIdHasBeenSet =
false;
const PortalStatus & GetPortalStatus() const
const Aws::String & GetSsoApplicationId() const
const Aws::String & GetRequestId() const
CreatePortalResult & WithPortalId(PortalIdT &&value)
CreatePortalResult & WithSsoApplicationId(SsoApplicationIdT &&value)
void SetPortalArn(PortalArnT &&value)
void SetSsoApplicationId(SsoApplicationIdT &&value)
const Aws::String & GetPortalArn() const
const Aws::String & GetPortalId() const
void SetPortalId(PortalIdT &&value)
void SetPortalStartUrl(PortalStartUrlT &&value)
const Aws::String & GetPortalStartUrl() const
AWS_IOTSITEWISE_API CreatePortalResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreatePortalResult & WithPortalArn(PortalArnT &&value)
AWS_IOTSITEWISE_API CreatePortalResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreatePortalResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetPortalStatus(PortalStatusT &&value)
CreatePortalResult & WithPortalStatus(PortalStatusT &&value)
AWS_IOTSITEWISE_API CreatePortalResult()=default
CreatePortalResult & WithPortalStartUrl(PortalStartUrlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue