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/AppStatus.h>
11#include <aws/sagemaker/model/AppType.h>
12#include <aws/sagemaker/model/ResourceSpec.h>
44 template <
typename DomainIdT = Aws::String>
46 m_domainIdHasBeenSet =
true;
47 m_domainId = std::forward<DomainIdT>(value);
49 template <
typename DomainIdT = Aws::String>
62 template <
typename UserProfileNameT = Aws::String>
64 m_userProfileNameHasBeenSet =
true;
65 m_userProfileName = std::forward<UserProfileNameT>(value);
67 template <
typename UserProfileNameT = Aws::String>
80 template <
typename SpaceNameT = Aws::String>
82 m_spaceNameHasBeenSet =
true;
83 m_spaceName = std::forward<SpaceNameT>(value);
85 template <
typename SpaceNameT = Aws::String>
99 m_appTypeHasBeenSet =
true;
114 template <
typename AppNameT = Aws::String>
116 m_appNameHasBeenSet =
true;
117 m_appName = std::forward<AppNameT>(value);
119 template <
typename AppNameT = Aws::String>
133 m_statusHasBeenSet =
true;
148 template <
typename CreationTimeT = Aws::Utils::DateTime>
150 m_creationTimeHasBeenSet =
true;
151 m_creationTime = std::forward<CreationTimeT>(value);
153 template <
typename CreationTimeT = Aws::Utils::DateTime>
164 template <
typename ResourceSpecT = ResourceSpec>
166 m_resourceSpecHasBeenSet =
true;
167 m_resourceSpec = std::forward<ResourceSpecT>(value);
169 template <
typename ResourceSpecT = ResourceSpec>
190 ResourceSpec m_resourceSpec;
191 bool m_domainIdHasBeenSet =
false;
192 bool m_userProfileNameHasBeenSet =
false;
193 bool m_spaceNameHasBeenSet =
false;
194 bool m_appTypeHasBeenSet =
false;
195 bool m_appNameHasBeenSet =
false;
196 bool m_statusHasBeenSet =
false;
197 bool m_creationTimeHasBeenSet =
false;
198 bool m_resourceSpecHasBeenSet =
false;
AppDetails & WithSpaceName(SpaceNameT &&value)
bool UserProfileNameHasBeenSet() const
void SetAppName(AppNameT &&value)
AppStatus GetStatus() const
AppDetails & WithAppType(AppType value)
AppDetails & WithResourceSpec(ResourceSpecT &&value)
void SetStatus(AppStatus value)
AppType GetAppType() const
AppDetails & WithStatus(AppStatus value)
bool SpaceNameHasBeenSet() const
bool AppTypeHasBeenSet() const
bool AppNameHasBeenSet() const
AWS_SAGEMAKER_API AppDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUserProfileName() const
const ResourceSpec & GetResourceSpec() const
AppDetails & WithCreationTime(CreationTimeT &&value)
void SetDomainId(DomainIdT &&value)
void SetSpaceName(SpaceNameT &&value)
AWS_SAGEMAKER_API AppDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceSpecHasBeenSet() const
void SetResourceSpec(ResourceSpecT &&value)
const Aws::String & GetDomainId() const
bool StatusHasBeenSet() const
void SetAppType(AppType value)
bool DomainIdHasBeenSet() const
const Aws::String & GetSpaceName() const
AppDetails & WithAppName(AppNameT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreationTimeHasBeenSet() const
AWS_SAGEMAKER_API AppDetails()=default
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetAppName() const
AppDetails & WithDomainId(DomainIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AppDetails & WithUserProfileName(UserProfileNameT &&value)
void SetUserProfileName(UserProfileNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue