7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
51 inline void SetLineageGroupArn(
const char* value) { m_lineageGroupArnHasBeenSet =
true; m_lineageGroupArn.assign(value); }
65 inline void SetLineageGroupName(
const char* value) { m_lineageGroupNameHasBeenSet =
true; m_lineageGroupName.assign(value); }
79 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
111 bool m_lineageGroupArnHasBeenSet =
false;
114 bool m_lineageGroupNameHasBeenSet =
false;
117 bool m_displayNameHasBeenSet =
false;
120 bool m_creationTimeHasBeenSet =
false;
123 bool m_lastModifiedTimeHasBeenSet =
false;
AWS_SAGEMAKER_API LineageGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
LineageGroupSummary & WithLineageGroupArn(const Aws::String &value)
LineageGroupSummary & WithLineageGroupName(const char *value)
void SetDisplayName(const char *value)
LineageGroupSummary & WithLineageGroupArn(const char *value)
LineageGroupSummary & WithLineageGroupArn(Aws::String &&value)
const Aws::String & GetLineageGroupArn() const
const Aws::String & GetDisplayName() const
bool LineageGroupArnHasBeenSet() const
void SetLineageGroupArn(const char *value)
void SetLineageGroupName(const Aws::String &value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
LineageGroupSummary & WithLineageGroupName(const Aws::String &value)
LineageGroupSummary & WithLastModifiedTime(Aws::Utils::DateTime &&value)
LineageGroupSummary & WithDisplayName(const char *value)
LineageGroupSummary & WithDisplayName(Aws::String &&value)
LineageGroupSummary & WithCreationTime(Aws::Utils::DateTime &&value)
bool CreationTimeHasBeenSet() const
void SetDisplayName(const Aws::String &value)
AWS_SAGEMAKER_API LineageGroupSummary(Aws::Utils::Json::JsonView jsonValue)
bool LastModifiedTimeHasBeenSet() const
bool LineageGroupNameHasBeenSet() const
void SetLineageGroupArn(const Aws::String &value)
const Aws::String & GetLineageGroupName() const
void SetLineageGroupArn(Aws::String &&value)
LineageGroupSummary & WithDisplayName(const Aws::String &value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
void SetDisplayName(Aws::String &&value)
void SetCreationTime(Aws::Utils::DateTime &&value)
bool DisplayNameHasBeenSet() const
AWS_SAGEMAKER_API LineageGroupSummary()
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
LineageGroupSummary & WithCreationTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreationTime() const
LineageGroupSummary & WithLineageGroupName(Aws::String &&value)
void SetLineageGroupName(Aws::String &&value)
void SetLineageGroupName(const char *value)
void SetCreationTime(const Aws::Utils::DateTime &value)
LineageGroupSummary & WithLastModifiedTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue