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/UserProfileStatus.h>
42 template <
typename DomainIdT = Aws::String>
44 m_domainIdHasBeenSet =
true;
45 m_domainId = std::forward<DomainIdT>(value);
47 template <
typename DomainIdT = Aws::String>
60 template <
typename UserProfileNameT = Aws::String>
62 m_userProfileNameHasBeenSet =
true;
63 m_userProfileName = std::forward<UserProfileNameT>(value);
65 template <
typename UserProfileNameT = Aws::String>
79 m_statusHasBeenSet =
true;
94 template <
typename CreationTimeT = Aws::Utils::DateTime>
96 m_creationTimeHasBeenSet =
true;
97 m_creationTime = std::forward<CreationTimeT>(value);
99 template <
typename CreationTimeT = Aws::Utils::DateTime>
112 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
114 m_lastModifiedTimeHasBeenSet =
true;
115 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
117 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
133 bool m_domainIdHasBeenSet =
false;
134 bool m_userProfileNameHasBeenSet =
false;
135 bool m_statusHasBeenSet =
false;
136 bool m_creationTimeHasBeenSet =
false;
137 bool m_lastModifiedTimeHasBeenSet =
false;
bool UserProfileNameHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool StatusHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
UserProfileDetails & WithUserProfileName(UserProfileNameT &&value)
bool DomainIdHasBeenSet() const
UserProfileStatus GetStatus() const
AWS_SAGEMAKER_API UserProfileDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetDomainId() const
UserProfileDetails & WithDomainId(DomainIdT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreationTime(CreationTimeT &&value)
void SetUserProfileName(UserProfileNameT &&value)
const Aws::String & GetUserProfileName() const
UserProfileDetails & WithCreationTime(CreationTimeT &&value)
bool CreationTimeHasBeenSet() const
void SetDomainId(DomainIdT &&value)
AWS_SAGEMAKER_API UserProfileDetails()=default
AWS_SAGEMAKER_API UserProfileDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedTime(LastModifiedTimeT &&value)
UserProfileDetails & WithStatus(UserProfileStatus value)
void SetStatus(UserProfileStatus value)
UserProfileDetails & WithLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue