7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
43 template <
typename LineageGroupArnT = Aws::String>
45 m_lineageGroupArnHasBeenSet =
true;
46 m_lineageGroupArn = std::forward<LineageGroupArnT>(value);
48 template <
typename LineageGroupArnT = Aws::String>
61 template <
typename LineageGroupNameT = Aws::String>
63 m_lineageGroupNameHasBeenSet =
true;
64 m_lineageGroupName = std::forward<LineageGroupNameT>(value);
66 template <
typename LineageGroupNameT = Aws::String>
79 template <
typename DisplayNameT = Aws::String>
81 m_displayNameHasBeenSet =
true;
82 m_displayName = std::forward<DisplayNameT>(value);
84 template <
typename DisplayNameT = Aws::String>
97 template <
typename CreationTimeT = Aws::Utils::DateTime>
99 m_creationTimeHasBeenSet =
true;
100 m_creationTime = std::forward<CreationTimeT>(value);
102 template <
typename CreationTimeT = Aws::Utils::DateTime>
115 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
117 m_lastModifiedTimeHasBeenSet =
true;
118 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
120 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
136 bool m_lineageGroupArnHasBeenSet =
false;
137 bool m_lineageGroupNameHasBeenSet =
false;
138 bool m_displayNameHasBeenSet =
false;
139 bool m_creationTimeHasBeenSet =
false;
140 bool m_lastModifiedTimeHasBeenSet =
false;
AWS_SAGEMAKER_API LineageGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
LineageGroupSummary & WithLineageGroupName(LineageGroupNameT &&value)
LineageGroupSummary & WithCreationTime(CreationTimeT &&value)
void SetLineageGroupArn(LineageGroupArnT &&value)
const Aws::String & GetLineageGroupArn() const
const Aws::String & GetDisplayName() const
bool LineageGroupArnHasBeenSet() const
AWS_SAGEMAKER_API LineageGroupSummary()=default
LineageGroupSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreationTimeHasBeenSet() const
AWS_SAGEMAKER_API LineageGroupSummary(Aws::Utils::Json::JsonView jsonValue)
void SetDisplayName(DisplayNameT &&value)
bool LastModifiedTimeHasBeenSet() const
bool LineageGroupNameHasBeenSet() const
const Aws::String & GetLineageGroupName() const
LineageGroupSummary & WithDisplayName(DisplayNameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetLineageGroupName(LineageGroupNameT &&value)
bool DisplayNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
LineageGroupSummary & WithLineageGroupArn(LineageGroupArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue