AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeModelPackageGroupResult.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 <aws/sagemaker/model/UserContext.h>
11#include <aws/sagemaker/model/ModelPackageGroupStatus.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace SageMaker
27{
28namespace Model
29{
31 {
32 public:
36
37
39
42 inline const Aws::String& GetModelPackageGroupName() const{ return m_modelPackageGroupName; }
43 inline void SetModelPackageGroupName(const Aws::String& value) { m_modelPackageGroupName = value; }
44 inline void SetModelPackageGroupName(Aws::String&& value) { m_modelPackageGroupName = std::move(value); }
45 inline void SetModelPackageGroupName(const char* value) { m_modelPackageGroupName.assign(value); }
50
52
55 inline const Aws::String& GetModelPackageGroupArn() const{ return m_modelPackageGroupArn; }
56 inline void SetModelPackageGroupArn(const Aws::String& value) { m_modelPackageGroupArn = value; }
57 inline void SetModelPackageGroupArn(Aws::String&& value) { m_modelPackageGroupArn = std::move(value); }
58 inline void SetModelPackageGroupArn(const char* value) { m_modelPackageGroupArn.assign(value); }
61 inline DescribeModelPackageGroupResult& WithModelPackageGroupArn(const char* value) { SetModelPackageGroupArn(value); return *this;}
63
65
68 inline const Aws::String& GetModelPackageGroupDescription() const{ return m_modelPackageGroupDescription; }
69 inline void SetModelPackageGroupDescription(const Aws::String& value) { m_modelPackageGroupDescription = value; }
70 inline void SetModelPackageGroupDescription(Aws::String&& value) { m_modelPackageGroupDescription = std::move(value); }
71 inline void SetModelPackageGroupDescription(const char* value) { m_modelPackageGroupDescription.assign(value); }
76
78
81 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
82 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; }
83 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); }
85 inline DescribeModelPackageGroupResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
87
89
90 inline const UserContext& GetCreatedBy() const{ return m_createdBy; }
91 inline void SetCreatedBy(const UserContext& value) { m_createdBy = value; }
92 inline void SetCreatedBy(UserContext&& value) { m_createdBy = std::move(value); }
93 inline DescribeModelPackageGroupResult& WithCreatedBy(const UserContext& value) { SetCreatedBy(value); return *this;}
94 inline DescribeModelPackageGroupResult& WithCreatedBy(UserContext&& value) { SetCreatedBy(std::move(value)); return *this;}
96
98
101 inline const ModelPackageGroupStatus& GetModelPackageGroupStatus() const{ return m_modelPackageGroupStatus; }
102 inline void SetModelPackageGroupStatus(const ModelPackageGroupStatus& value) { m_modelPackageGroupStatus = value; }
103 inline void SetModelPackageGroupStatus(ModelPackageGroupStatus&& value) { m_modelPackageGroupStatus = std::move(value); }
107
109
110 inline const Aws::String& GetRequestId() const{ return m_requestId; }
111 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
112 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
113 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
114 inline DescribeModelPackageGroupResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
115 inline DescribeModelPackageGroupResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
116 inline DescribeModelPackageGroupResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
118 private:
119
120 Aws::String m_modelPackageGroupName;
121
122 Aws::String m_modelPackageGroupArn;
123
124 Aws::String m_modelPackageGroupDescription;
125
126 Aws::Utils::DateTime m_creationTime;
127
128 UserContext m_createdBy;
129
130 ModelPackageGroupStatus m_modelPackageGroupStatus;
131
132 Aws::String m_requestId;
133 };
134
135} // namespace Model
136} // namespace SageMaker
137} // namespace Aws
DescribeModelPackageGroupResult & WithModelPackageGroupName(const Aws::String &value)
DescribeModelPackageGroupResult & WithRequestId(const Aws::String &value)
DescribeModelPackageGroupResult & WithModelPackageGroupStatus(ModelPackageGroupStatus &&value)
DescribeModelPackageGroupResult & WithRequestId(const char *value)
DescribeModelPackageGroupResult & WithModelPackageGroupArn(const Aws::String &value)
DescribeModelPackageGroupResult & WithCreatedBy(const UserContext &value)
DescribeModelPackageGroupResult & WithModelPackageGroupStatus(const ModelPackageGroupStatus &value)
DescribeModelPackageGroupResult & WithModelPackageGroupName(Aws::String &&value)
DescribeModelPackageGroupResult & WithModelPackageGroupDescription(const char *value)
DescribeModelPackageGroupResult & WithCreatedBy(UserContext &&value)
DescribeModelPackageGroupResult & WithModelPackageGroupName(const char *value)
AWS_SAGEMAKER_API DescribeModelPackageGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeModelPackageGroupResult & WithCreationTime(const Aws::Utils::DateTime &value)
DescribeModelPackageGroupResult & WithModelPackageGroupArn(Aws::String &&value)
DescribeModelPackageGroupResult & WithRequestId(Aws::String &&value)
AWS_SAGEMAKER_API DescribeModelPackageGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeModelPackageGroupResult & WithCreationTime(Aws::Utils::DateTime &&value)
DescribeModelPackageGroupResult & WithModelPackageGroupDescription(Aws::String &&value)
void SetModelPackageGroupStatus(const ModelPackageGroupStatus &value)
DescribeModelPackageGroupResult & WithModelPackageGroupArn(const char *value)
DescribeModelPackageGroupResult & WithModelPackageGroupDescription(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue