AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LineageGroupSummary.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SageMaker
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_SAGEMAKER_API LineageGroupSummary();
38 AWS_SAGEMAKER_API LineageGroupSummary(Aws::Utils::Json::JsonView jsonValue);
40 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetLineageGroupArn() const{ return m_lineageGroupArn; }
48 inline bool LineageGroupArnHasBeenSet() const { return m_lineageGroupArnHasBeenSet; }
49 inline void SetLineageGroupArn(const Aws::String& value) { m_lineageGroupArnHasBeenSet = true; m_lineageGroupArn = value; }
50 inline void SetLineageGroupArn(Aws::String&& value) { m_lineageGroupArnHasBeenSet = true; m_lineageGroupArn = std::move(value); }
51 inline void SetLineageGroupArn(const char* value) { m_lineageGroupArnHasBeenSet = true; m_lineageGroupArn.assign(value); }
52 inline LineageGroupSummary& WithLineageGroupArn(const Aws::String& value) { SetLineageGroupArn(value); return *this;}
53 inline LineageGroupSummary& WithLineageGroupArn(Aws::String&& value) { SetLineageGroupArn(std::move(value)); return *this;}
54 inline LineageGroupSummary& WithLineageGroupArn(const char* value) { SetLineageGroupArn(value); return *this;}
56
58
61 inline const Aws::String& GetLineageGroupName() const{ return m_lineageGroupName; }
62 inline bool LineageGroupNameHasBeenSet() const { return m_lineageGroupNameHasBeenSet; }
63 inline void SetLineageGroupName(const Aws::String& value) { m_lineageGroupNameHasBeenSet = true; m_lineageGroupName = value; }
64 inline void SetLineageGroupName(Aws::String&& value) { m_lineageGroupNameHasBeenSet = true; m_lineageGroupName = std::move(value); }
65 inline void SetLineageGroupName(const char* value) { m_lineageGroupNameHasBeenSet = true; m_lineageGroupName.assign(value); }
66 inline LineageGroupSummary& WithLineageGroupName(const Aws::String& value) { SetLineageGroupName(value); return *this;}
67 inline LineageGroupSummary& WithLineageGroupName(Aws::String&& value) { SetLineageGroupName(std::move(value)); return *this;}
68 inline LineageGroupSummary& WithLineageGroupName(const char* value) { SetLineageGroupName(value); return *this;}
70
72
75 inline const Aws::String& GetDisplayName() const{ return m_displayName; }
76 inline bool DisplayNameHasBeenSet() const { return m_displayNameHasBeenSet; }
77 inline void SetDisplayName(const Aws::String& value) { m_displayNameHasBeenSet = true; m_displayName = value; }
78 inline void SetDisplayName(Aws::String&& value) { m_displayNameHasBeenSet = true; m_displayName = std::move(value); }
79 inline void SetDisplayName(const char* value) { m_displayNameHasBeenSet = true; m_displayName.assign(value); }
80 inline LineageGroupSummary& WithDisplayName(const Aws::String& value) { SetDisplayName(value); return *this;}
81 inline LineageGroupSummary& WithDisplayName(Aws::String&& value) { SetDisplayName(std::move(value)); return *this;}
82 inline LineageGroupSummary& WithDisplayName(const char* value) { SetDisplayName(value); return *this;}
84
86
89 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
90 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
91 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; }
92 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); }
93 inline LineageGroupSummary& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;}
94 inline LineageGroupSummary& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
96
98
101 inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; }
102 inline bool LastModifiedTimeHasBeenSet() const { return m_lastModifiedTimeHasBeenSet; }
103 inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = value; }
104 inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = std::move(value); }
106 inline LineageGroupSummary& WithLastModifiedTime(Aws::Utils::DateTime&& value) { SetLastModifiedTime(std::move(value)); return *this;}
108 private:
109
110 Aws::String m_lineageGroupArn;
111 bool m_lineageGroupArnHasBeenSet = false;
112
113 Aws::String m_lineageGroupName;
114 bool m_lineageGroupNameHasBeenSet = false;
115
116 Aws::String m_displayName;
117 bool m_displayNameHasBeenSet = false;
118
119 Aws::Utils::DateTime m_creationTime;
120 bool m_creationTimeHasBeenSet = false;
121
122 Aws::Utils::DateTime m_lastModifiedTime;
123 bool m_lastModifiedTimeHasBeenSet = false;
124 };
125
126} // namespace Model
127} // namespace SageMaker
128} // namespace Aws
AWS_SAGEMAKER_API LineageGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
LineageGroupSummary & WithLineageGroupArn(const Aws::String &value)
LineageGroupSummary & WithLineageGroupName(const char *value)
LineageGroupSummary & WithLineageGroupArn(const char *value)
LineageGroupSummary & WithLineageGroupArn(Aws::String &&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)
void SetDisplayName(const Aws::String &value)
AWS_SAGEMAKER_API LineageGroupSummary(Aws::Utils::Json::JsonView jsonValue)
void SetLineageGroupArn(const Aws::String &value)
const Aws::String & GetLineageGroupName() const
LineageGroupSummary & WithDisplayName(const Aws::String &value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
void SetCreationTime(Aws::Utils::DateTime &&value)
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 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