7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/OwnershipSettings.h>
11#include <aws/sagemaker/model/SpaceSettings.h>
12#include <aws/sagemaker/model/SpaceSharingSettings.h>
13#include <aws/sagemaker/model/SpaceStatus.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename DomainIdT = Aws::String>
41 m_domainIdHasBeenSet =
true;
42 m_domainId = std::forward<DomainIdT>(value);
44 template <
typename DomainIdT = Aws::String>
56 template <
typename SpaceArnT = Aws::String>
58 m_spaceArnHasBeenSet =
true;
59 m_spaceArn = std::forward<SpaceArnT>(value);
61 template <
typename SpaceArnT = Aws::String>
73 template <
typename SpaceNameT = Aws::String>
75 m_spaceNameHasBeenSet =
true;
76 m_spaceName = std::forward<SpaceNameT>(value);
78 template <
typename SpaceNameT = Aws::String>
90 template <
typename HomeEfsFileSystemU
idT = Aws::String>
92 m_homeEfsFileSystemUidHasBeenSet =
true;
93 m_homeEfsFileSystemUid = std::forward<HomeEfsFileSystemUidT>(value);
95 template <
typename HomeEfsFileSystemU
idT = Aws::String>
108 m_statusHasBeenSet =
true;
122 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
124 m_lastModifiedTimeHasBeenSet =
true;
125 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
127 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
139 template <
typename CreationTimeT = Aws::Utils::DateTime>
141 m_creationTimeHasBeenSet =
true;
142 m_creationTime = std::forward<CreationTimeT>(value);
144 template <
typename CreationTimeT = Aws::Utils::DateTime>
156 template <
typename FailureReasonT = Aws::String>
158 m_failureReasonHasBeenSet =
true;
159 m_failureReason = std::forward<FailureReasonT>(value);
161 template <
typename FailureReasonT = Aws::String>
173 template <
typename SpaceSettingsT = SpaceSettings>
175 m_spaceSettingsHasBeenSet =
true;
176 m_spaceSettings = std::forward<SpaceSettingsT>(value);
178 template <
typename SpaceSettingsT = SpaceSettings>
190 template <
typename OwnershipSettingsT = OwnershipSettings>
192 m_ownershipSettingsHasBeenSet =
true;
193 m_ownershipSettings = std::forward<OwnershipSettingsT>(value);
195 template <
typename OwnershipSettingsT = OwnershipSettings>
207 template <
typename SpaceSharingSettingsT = SpaceSharingSettings>
209 m_spaceSharingSettingsHasBeenSet =
true;
210 m_spaceSharingSettings = std::forward<SpaceSharingSettingsT>(value);
212 template <
typename SpaceSharingSettingsT = SpaceSharingSettings>
224 template <
typename SpaceDisplayNameT = Aws::String>
226 m_spaceDisplayNameHasBeenSet =
true;
227 m_spaceDisplayName = std::forward<SpaceDisplayNameT>(value);
229 template <
typename SpaceDisplayNameT = Aws::String>
250 template <
typename UrlT = Aws::String>
252 m_urlHasBeenSet =
true;
253 m_url = std::forward<UrlT>(value);
255 template <
typename UrlT = Aws::String>
257 SetUrl(std::forward<UrlT>(value));
265 template <
typename RequestIdT = Aws::String>
267 m_requestIdHasBeenSet =
true;
268 m_requestId = std::forward<RequestIdT>(value);
270 template <
typename RequestIdT = Aws::String>
293 SpaceSettings m_spaceSettings;
295 OwnershipSettings m_ownershipSettings;
297 SpaceSharingSettings m_spaceSharingSettings;
304 bool m_domainIdHasBeenSet =
false;
305 bool m_spaceArnHasBeenSet =
false;
306 bool m_spaceNameHasBeenSet =
false;
307 bool m_homeEfsFileSystemUidHasBeenSet =
false;
308 bool m_statusHasBeenSet =
false;
309 bool m_lastModifiedTimeHasBeenSet =
false;
310 bool m_creationTimeHasBeenSet =
false;
311 bool m_failureReasonHasBeenSet =
false;
312 bool m_spaceSettingsHasBeenSet =
false;
313 bool m_ownershipSettingsHasBeenSet =
false;
314 bool m_spaceSharingSettingsHasBeenSet =
false;
315 bool m_spaceDisplayNameHasBeenSet =
false;
316 bool m_urlHasBeenSet =
false;
317 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)
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