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/core/utils/DateTime.h>
12#include <aws/sagemaker/model/ResourceSpec.h>
50 template<
typename DomainIdT = Aws::String>
51 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
52 template<
typename DomainIdT = Aws::String>
62 template<
typename UserProfileNameT = Aws::String>
63 void SetUserProfileName(UserProfileNameT&& value) { m_userProfileNameHasBeenSet =
true; m_userProfileName = std::forward<UserProfileNameT>(value); }
64 template<
typename UserProfileNameT = Aws::String>
74 template<
typename SpaceNameT = Aws::String>
75 void SetSpaceName(SpaceNameT&& value) { m_spaceNameHasBeenSet =
true; m_spaceName = std::forward<SpaceNameT>(value); }
76 template<
typename SpaceNameT = Aws::String>
96 template<
typename AppNameT = Aws::String>
97 void SetAppName(AppNameT&& value) { m_appNameHasBeenSet =
true; m_appName = std::forward<AppNameT>(value); }
98 template<
typename AppNameT = Aws::String>
118 template<
typename CreationTimeT = Aws::Utils::DateTime>
119 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
120 template<
typename CreationTimeT = Aws::Utils::DateTime>
128 template<
typename ResourceSpecT = ResourceSpec>
129 void SetResourceSpec(ResourceSpecT&& value) { m_resourceSpecHasBeenSet =
true; m_resourceSpec = std::forward<ResourceSpecT>(value); }
130 template<
typename ResourceSpecT = ResourceSpec>
136 bool m_domainIdHasBeenSet =
false;
139 bool m_userProfileNameHasBeenSet =
false;
142 bool m_spaceNameHasBeenSet =
false;
145 bool m_appTypeHasBeenSet =
false;
148 bool m_appNameHasBeenSet =
false;
151 bool m_statusHasBeenSet =
false;
154 bool m_creationTimeHasBeenSet =
false;
156 ResourceSpec m_resourceSpec;
157 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