7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/AppType.h>
10#include <aws/sagemaker/model/AppStatus.h>
11#include <aws/sagemaker/model/FeatureStatus.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/sagemaker/model/ResourceSpec.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename AppArnT = Aws::String>
46 void SetAppArn(AppArnT&& value) { m_appArnHasBeenSet =
true; m_appArn = std::forward<AppArnT>(value); }
47 template<
typename AppArnT = Aws::String>
65 template<
typename AppNameT = Aws::String>
66 void SetAppName(AppNameT&& value) { m_appNameHasBeenSet =
true; m_appName = std::forward<AppNameT>(value); }
67 template<
typename AppNameT = Aws::String>
76 template<
typename DomainIdT = Aws::String>
77 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
78 template<
typename DomainIdT = Aws::String>
87 template<
typename UserProfileNameT = Aws::String>
88 void SetUserProfileName(UserProfileNameT&& value) { m_userProfileNameHasBeenSet =
true; m_userProfileName = std::forward<UserProfileNameT>(value); }
89 template<
typename UserProfileNameT = Aws::String>
99 template<
typename SpaceNameT = Aws::String>
100 void SetSpaceName(SpaceNameT&& value) { m_spaceNameHasBeenSet =
true; m_spaceName = std::forward<SpaceNameT>(value); }
101 template<
typename SpaceNameT = Aws::String>
131 inline void SetRecoveryMode(
bool value) { m_recoveryModeHasBeenSet =
true; m_recoveryMode = value; }
140 template<
typename LastHealthCheckTimestampT = Aws::Utils::DateTime>
141 void SetLastHealthCheckTimestamp(LastHealthCheckTimestampT&& value) { m_lastHealthCheckTimestampHasBeenSet =
true; m_lastHealthCheckTimestamp = std::forward<LastHealthCheckTimestampT>(value); }
142 template<
typename LastHealthCheckTimestampT = Aws::Utils::DateTime>
154 template<
typename LastUserActivityTimestampT = Aws::Utils::DateTime>
155 void SetLastUserActivityTimestamp(LastUserActivityTimestampT&& value) { m_lastUserActivityTimestampHasBeenSet =
true; m_lastUserActivityTimestamp = std::forward<LastUserActivityTimestampT>(value); }
156 template<
typename LastUserActivityTimestampT = Aws::Utils::DateTime>
171 template<
typename CreationTimeT = Aws::Utils::DateTime>
172 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
173 template<
typename CreationTimeT = Aws::Utils::DateTime>
182 template<
typename FailureReasonT = Aws::String>
183 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
184 template<
typename FailureReasonT = Aws::String>
194 template<
typename ResourceSpecT = ResourceSpec>
195 void SetResourceSpec(ResourceSpecT&& value) { m_resourceSpecHasBeenSet =
true; m_resourceSpec = std::forward<ResourceSpecT>(value); }
196 template<
typename ResourceSpecT = ResourceSpec>
206 template<
typename BuiltInLifecycleConfigArnT = Aws::String>
207 void SetBuiltInLifecycleConfigArn(BuiltInLifecycleConfigArnT&& value) { m_builtInLifecycleConfigArnHasBeenSet =
true; m_builtInLifecycleConfigArn = std::forward<BuiltInLifecycleConfigArnT>(value); }
208 template<
typename BuiltInLifecycleConfigArnT = Aws::String>
215 template<
typename RequestIdT = Aws::String>
216 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
217 template<
typename RequestIdT = Aws::String>
223 bool m_appArnHasBeenSet =
false;
226 bool m_appTypeHasBeenSet =
false;
229 bool m_appNameHasBeenSet =
false;
232 bool m_domainIdHasBeenSet =
false;
235 bool m_userProfileNameHasBeenSet =
false;
238 bool m_spaceNameHasBeenSet =
false;
241 bool m_statusHasBeenSet =
false;
244 bool m_effectiveTrustedIdentityPropagationStatusHasBeenSet =
false;
246 bool m_recoveryMode{
false};
247 bool m_recoveryModeHasBeenSet =
false;
250 bool m_lastHealthCheckTimestampHasBeenSet =
false;
253 bool m_lastUserActivityTimestampHasBeenSet =
false;
256 bool m_creationTimeHasBeenSet =
false;
259 bool m_failureReasonHasBeenSet =
false;
261 ResourceSpec m_resourceSpec;
262 bool m_resourceSpecHasBeenSet =
false;
265 bool m_builtInLifecycleConfigArnHasBeenSet =
false;
268 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
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