7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/OwnershipSettings.h>
12#include <aws/sagemaker/model/SpaceSettings.h>
13#include <aws/sagemaker/model/SpaceSharingSettings.h>
14#include <aws/sagemaker/model/SpaceStatus.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename DomainIdT = Aws::String>
42 m_domainIdHasBeenSet =
true;
43 m_domainId = std::forward<DomainIdT>(value);
45 template <
typename DomainIdT = Aws::String>
57 template <
typename SpaceArnT = Aws::String>
59 m_spaceArnHasBeenSet =
true;
60 m_spaceArn = std::forward<SpaceArnT>(value);
62 template <
typename SpaceArnT = Aws::String>
74 template <
typename SpaceNameT = Aws::String>
76 m_spaceNameHasBeenSet =
true;
77 m_spaceName = std::forward<SpaceNameT>(value);
79 template <
typename SpaceNameT = Aws::String>
91 template <
typename HomeEfsFileSystemU
idT = Aws::String>
93 m_homeEfsFileSystemUidHasBeenSet =
true;
94 m_homeEfsFileSystemUid = std::forward<HomeEfsFileSystemUidT>(value);
96 template <
typename HomeEfsFileSystemU
idT = Aws::String>
109 m_statusHasBeenSet =
true;
123 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
125 m_lastModifiedTimeHasBeenSet =
true;
126 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
128 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
140 template <
typename CreationTimeT = Aws::Utils::DateTime>
142 m_creationTimeHasBeenSet =
true;
143 m_creationTime = std::forward<CreationTimeT>(value);
145 template <
typename CreationTimeT = Aws::Utils::DateTime>
157 template <
typename FailureReasonT = Aws::String>
159 m_failureReasonHasBeenSet =
true;
160 m_failureReason = std::forward<FailureReasonT>(value);
162 template <
typename FailureReasonT = Aws::String>
174 template <
typename SpaceSettingsT = SpaceSettings>
176 m_spaceSettingsHasBeenSet =
true;
177 m_spaceSettings = std::forward<SpaceSettingsT>(value);
179 template <
typename SpaceSettingsT = SpaceSettings>
191 template <
typename OwnershipSettingsT = OwnershipSettings>
193 m_ownershipSettingsHasBeenSet =
true;
194 m_ownershipSettings = std::forward<OwnershipSettingsT>(value);
196 template <
typename OwnershipSettingsT = OwnershipSettings>
208 template <
typename SpaceSharingSettingsT = SpaceSharingSettings>
210 m_spaceSharingSettingsHasBeenSet =
true;
211 m_spaceSharingSettings = std::forward<SpaceSharingSettingsT>(value);
213 template <
typename SpaceSharingSettingsT = SpaceSharingSettings>
225 template <
typename SpaceDisplayNameT = Aws::String>
227 m_spaceDisplayNameHasBeenSet =
true;
228 m_spaceDisplayName = std::forward<SpaceDisplayNameT>(value);
230 template <
typename SpaceDisplayNameT = Aws::String>
251 template <
typename UrlT = Aws::String>
253 m_urlHasBeenSet =
true;
254 m_url = std::forward<UrlT>(value);
256 template <
typename UrlT = Aws::String>
258 SetUrl(std::forward<UrlT>(value));
266 template <
typename RequestIdT = Aws::String>
268 m_requestIdHasBeenSet =
true;
269 m_requestId = std::forward<RequestIdT>(value);
271 template <
typename RequestIdT = Aws::String>
296 SpaceSettings m_spaceSettings;
298 OwnershipSettings m_ownershipSettings;
300 SpaceSharingSettings m_spaceSharingSettings;
308 bool m_domainIdHasBeenSet =
false;
309 bool m_spaceArnHasBeenSet =
false;
310 bool m_spaceNameHasBeenSet =
false;
311 bool m_homeEfsFileSystemUidHasBeenSet =
false;
312 bool m_statusHasBeenSet =
false;
313 bool m_lastModifiedTimeHasBeenSet =
false;
314 bool m_creationTimeHasBeenSet =
false;
315 bool m_failureReasonHasBeenSet =
false;
316 bool m_spaceSettingsHasBeenSet =
false;
317 bool m_ownershipSettingsHasBeenSet =
false;
318 bool m_spaceSharingSettingsHasBeenSet =
false;
319 bool m_spaceDisplayNameHasBeenSet =
false;
320 bool m_urlHasBeenSet =
false;
321 bool m_requestIdHasBeenSet =
false;
DescribeSpaceResult & WithFailureReason(FailureReasonT &&value)
const Aws::String & GetSpaceArn() const
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API DescribeSpaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSpaceArn(SpaceArnT &&value)
const SpaceSettings & GetSpaceSettings() const
const Aws::String & GetFailureReason() const
SpaceStatus GetStatus() const
AWS_SAGEMAKER_API DescribeSpaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetUrl() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
DescribeSpaceResult & WithSpaceSettings(SpaceSettingsT &&value)
const Aws::String & GetSpaceDisplayName() const
const OwnershipSettings & GetOwnershipSettings() const
DescribeSpaceResult & WithHomeEfsFileSystemUid(HomeEfsFileSystemUidT &&value)
void SetSpaceSettings(SpaceSettingsT &&value)
DescribeSpaceResult & WithSpaceName(SpaceNameT &&value)
DescribeSpaceResult & WithStatus(SpaceStatus value)
void SetFailureReason(FailureReasonT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetDomainId() const
void SetSpaceSharingSettings(SpaceSharingSettingsT &&value)
void SetSpaceDisplayName(SpaceDisplayNameT &&value)
DescribeSpaceResult & WithOwnershipSettings(OwnershipSettingsT &&value)
DescribeSpaceResult & WithCreationTime(CreationTimeT &&value)
void SetRequestId(RequestIdT &&value)
void SetHomeEfsFileSystemUid(HomeEfsFileSystemUidT &&value)
const Aws::String & GetSpaceName() const
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetRequestId() const
void SetUrl(UrlT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
DescribeSpaceResult & WithSpaceSharingSettings(SpaceSharingSettingsT &&value)
DescribeSpaceResult & WithRequestId(RequestIdT &&value)
void SetSpaceName(SpaceNameT &&value)
void SetDomainId(DomainIdT &&value)
AWS_SAGEMAKER_API DescribeSpaceResult()=default
DescribeSpaceResult & WithSpaceArn(SpaceArnT &&value)
DescribeSpaceResult & WithUrl(UrlT &&value)
void SetOwnershipSettings(OwnershipSettingsT &&value)
const SpaceSharingSettings & GetSpaceSharingSettings() const
const Aws::String & GetHomeEfsFileSystemUid() const
DescribeSpaceResult & WithLastModifiedTime(LastModifiedTimeT &&value)
DescribeSpaceResult & WithDomainId(DomainIdT &&value)
void SetStatus(SpaceStatus value)
DescribeSpaceResult & WithSpaceDisplayName(SpaceDisplayNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue