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/AppStatus.h>
12#include <aws/sagemaker/model/AppType.h>
13#include <aws/sagemaker/model/FeatureStatus.h>
14#include <aws/sagemaker/model/ResourceSpec.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename AppArnT = Aws::String>
42 m_appArnHasBeenSet =
true;
43 m_appArn = std::forward<AppArnT>(value);
45 template <
typename AppArnT = Aws::String>
58 m_appTypeHasBeenSet =
true;
72 template <
typename AppNameT = Aws::String>
74 m_appNameHasBeenSet =
true;
75 m_appName = std::forward<AppNameT>(value);
77 template <
typename AppNameT = Aws::String>
89 template <
typename DomainIdT = Aws::String>
91 m_domainIdHasBeenSet =
true;
92 m_domainId = std::forward<DomainIdT>(value);
94 template <
typename DomainIdT = Aws::String>
106 template <
typename UserProfileNameT = Aws::String>
108 m_userProfileNameHasBeenSet =
true;
109 m_userProfileName = std::forward<UserProfileNameT>(value);
111 template <
typename UserProfileNameT = Aws::String>
124 template <
typename SpaceNameT = Aws::String>
126 m_spaceNameHasBeenSet =
true;
127 m_spaceName = std::forward<SpaceNameT>(value);
129 template <
typename SpaceNameT = Aws::String>
142 m_statusHasBeenSet =
true;
160 m_effectiveTrustedIdentityPropagationStatusHasBeenSet =
true;
161 m_effectiveTrustedIdentityPropagationStatus = value;
175 m_recoveryModeHasBeenSet =
true;
176 m_recoveryMode = value;
189 template <
typename LastHealthCheckTimestampT = Aws::Utils::DateTime>
191 m_lastHealthCheckTimestampHasBeenSet =
true;
192 m_lastHealthCheckTimestamp = std::forward<LastHealthCheckTimestampT>(value);
194 template <
typename LastHealthCheckTimestampT = Aws::Utils::DateTime>
209 template <
typename LastUserActivityTimestampT = Aws::Utils::DateTime>
211 m_lastUserActivityTimestampHasBeenSet =
true;
212 m_lastUserActivityTimestamp = std::forward<LastUserActivityTimestampT>(value);
214 template <
typename LastUserActivityTimestampT = Aws::Utils::DateTime>
232 template <
typename CreationTimeT = Aws::Utils::DateTime>
234 m_creationTimeHasBeenSet =
true;
235 m_creationTime = std::forward<CreationTimeT>(value);
237 template <
typename CreationTimeT = Aws::Utils::DateTime>
249 template <
typename FailureReasonT = Aws::String>
251 m_failureReasonHasBeenSet =
true;
252 m_failureReason = std::forward<FailureReasonT>(value);
254 template <
typename FailureReasonT = Aws::String>
267 template <
typename ResourceSpecT = ResourceSpec>
269 m_resourceSpecHasBeenSet =
true;
270 m_resourceSpec = std::forward<ResourceSpecT>(value);
272 template <
typename ResourceSpecT = ResourceSpec>
285 template <
typename BuiltInLifecycleConfigArnT = Aws::String>
287 m_builtInLifecycleConfigArnHasBeenSet =
true;
288 m_builtInLifecycleConfigArn = std::forward<BuiltInLifecycleConfigArnT>(value);
290 template <
typename BuiltInLifecycleConfigArnT = Aws::String>
300 template <
typename RequestIdT = Aws::String>
302 m_requestIdHasBeenSet =
true;
303 m_requestId = std::forward<RequestIdT>(value);
305 template <
typename RequestIdT = Aws::String>
330 bool m_recoveryMode{
false};
340 ResourceSpec m_resourceSpec;
346 bool m_appArnHasBeenSet =
false;
347 bool m_appTypeHasBeenSet =
false;
348 bool m_appNameHasBeenSet =
false;
349 bool m_domainIdHasBeenSet =
false;
350 bool m_userProfileNameHasBeenSet =
false;
351 bool m_spaceNameHasBeenSet =
false;
352 bool m_statusHasBeenSet =
false;
353 bool m_effectiveTrustedIdentityPropagationStatusHasBeenSet =
false;
354 bool m_recoveryModeHasBeenSet =
false;
355 bool m_lastHealthCheckTimestampHasBeenSet =
false;
356 bool m_lastUserActivityTimestampHasBeenSet =
false;
357 bool m_creationTimeHasBeenSet =
false;
358 bool m_failureReasonHasBeenSet =
false;
359 bool m_resourceSpecHasBeenSet =
false;
360 bool m_builtInLifecycleConfigArnHasBeenSet =
false;
361 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetSpaceName() const
void SetAppArn(AppArnT &&value)
void SetRecoveryMode(bool value)
DescribeAppResult & WithFailureReason(FailureReasonT &&value)
const Aws::String & GetAppArn() const
void SetLastUserActivityTimestamp(LastUserActivityTimestampT &&value)
AppStatus GetStatus() const
const Aws::Utils::DateTime & GetLastUserActivityTimestamp() const
void SetAppType(AppType value)
void SetSpaceName(SpaceNameT &&value)
const Aws::String & GetRequestId() const
const ResourceSpec & GetResourceSpec() const
const Aws::String & GetUserProfileName() const
const Aws::Utils::DateTime & GetLastHealthCheckTimestamp() const
DescribeAppResult & WithRecoveryMode(bool value)
DescribeAppResult & WithEffectiveTrustedIdentityPropagationStatus(FeatureStatus value)
bool GetRecoveryMode() const
DescribeAppResult & WithAppName(AppNameT &&value)
AWS_SAGEMAKER_API DescribeAppResult()=default
DescribeAppResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetDomainId() const
AWS_SAGEMAKER_API DescribeAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAppResult & WithAppType(AppType value)
DescribeAppResult & WithBuiltInLifecycleConfigArn(BuiltInLifecycleConfigArnT &&value)
void SetLastHealthCheckTimestamp(LastHealthCheckTimestampT &&value)
DescribeAppResult & WithCreationTime(CreationTimeT &&value)
void SetEffectiveTrustedIdentityPropagationStatus(FeatureStatus value)
const Aws::String & GetBuiltInLifecycleConfigArn() const
DescribeAppResult & WithLastUserActivityTimestamp(LastUserActivityTimestampT &&value)
DescribeAppResult & WithSpaceName(SpaceNameT &&value)
DescribeAppResult & WithResourceSpec(ResourceSpecT &&value)
DescribeAppResult & WithLastHealthCheckTimestamp(LastHealthCheckTimestampT &&value)
AWS_SAGEMAKER_API DescribeAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAppName(AppNameT &&value)
DescribeAppResult & WithAppArn(AppArnT &&value)
void SetDomainId(DomainIdT &&value)
void SetResourceSpec(ResourceSpecT &&value)
void SetStatus(AppStatus value)
const Aws::String & GetAppName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetBuiltInLifecycleConfigArn(BuiltInLifecycleConfigArnT &&value)
AppType GetAppType() const
void SetFailureReason(FailureReasonT &&value)
DescribeAppResult & WithUserProfileName(UserProfileNameT &&value)
DescribeAppResult & WithStatus(AppStatus value)
const Aws::String & GetFailureReason() const
void SetUserProfileName(UserProfileNameT &&value)
FeatureStatus GetEffectiveTrustedIdentityPropagationStatus() const
void SetCreationTime(CreationTimeT &&value)
DescribeAppResult & WithDomainId(DomainIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue