AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ModelDashboardEndpoint.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/EndpointStatus.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace SageMaker
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_SAGEMAKER_API ModelDashboardEndpoint();
40 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetEndpointName() const{ return m_endpointName; }
48 inline bool EndpointNameHasBeenSet() const { return m_endpointNameHasBeenSet; }
49 inline void SetEndpointName(const Aws::String& value) { m_endpointNameHasBeenSet = true; m_endpointName = value; }
50 inline void SetEndpointName(Aws::String&& value) { m_endpointNameHasBeenSet = true; m_endpointName = std::move(value); }
51 inline void SetEndpointName(const char* value) { m_endpointNameHasBeenSet = true; m_endpointName.assign(value); }
52 inline ModelDashboardEndpoint& WithEndpointName(const Aws::String& value) { SetEndpointName(value); return *this;}
53 inline ModelDashboardEndpoint& WithEndpointName(Aws::String&& value) { SetEndpointName(std::move(value)); return *this;}
54 inline ModelDashboardEndpoint& WithEndpointName(const char* value) { SetEndpointName(value); return *this;}
56
58
61 inline const Aws::String& GetEndpointArn() const{ return m_endpointArn; }
62 inline bool EndpointArnHasBeenSet() const { return m_endpointArnHasBeenSet; }
63 inline void SetEndpointArn(const Aws::String& value) { m_endpointArnHasBeenSet = true; m_endpointArn = value; }
64 inline void SetEndpointArn(Aws::String&& value) { m_endpointArnHasBeenSet = true; m_endpointArn = std::move(value); }
65 inline void SetEndpointArn(const char* value) { m_endpointArnHasBeenSet = true; m_endpointArn.assign(value); }
66 inline ModelDashboardEndpoint& WithEndpointArn(const Aws::String& value) { SetEndpointArn(value); return *this;}
67 inline ModelDashboardEndpoint& WithEndpointArn(Aws::String&& value) { SetEndpointArn(std::move(value)); return *this;}
68 inline ModelDashboardEndpoint& WithEndpointArn(const char* value) { SetEndpointArn(value); return *this;}
70
72
75 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
76 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
77 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; }
78 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); }
79 inline ModelDashboardEndpoint& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;}
80 inline ModelDashboardEndpoint& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
82
84
87 inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; }
88 inline bool LastModifiedTimeHasBeenSet() const { return m_lastModifiedTimeHasBeenSet; }
89 inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = value; }
90 inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = std::move(value); }
92 inline ModelDashboardEndpoint& WithLastModifiedTime(Aws::Utils::DateTime&& value) { SetLastModifiedTime(std::move(value)); return *this;}
94
96
99 inline const EndpointStatus& GetEndpointStatus() const{ return m_endpointStatus; }
100 inline bool EndpointStatusHasBeenSet() const { return m_endpointStatusHasBeenSet; }
101 inline void SetEndpointStatus(const EndpointStatus& value) { m_endpointStatusHasBeenSet = true; m_endpointStatus = value; }
102 inline void SetEndpointStatus(EndpointStatus&& value) { m_endpointStatusHasBeenSet = true; m_endpointStatus = std::move(value); }
103 inline ModelDashboardEndpoint& WithEndpointStatus(const EndpointStatus& value) { SetEndpointStatus(value); return *this;}
104 inline ModelDashboardEndpoint& WithEndpointStatus(EndpointStatus&& value) { SetEndpointStatus(std::move(value)); return *this;}
106 private:
107
108 Aws::String m_endpointName;
109 bool m_endpointNameHasBeenSet = false;
110
111 Aws::String m_endpointArn;
112 bool m_endpointArnHasBeenSet = false;
113
114 Aws::Utils::DateTime m_creationTime;
115 bool m_creationTimeHasBeenSet = false;
116
117 Aws::Utils::DateTime m_lastModifiedTime;
118 bool m_lastModifiedTimeHasBeenSet = false;
119
120 EndpointStatus m_endpointStatus;
121 bool m_endpointStatusHasBeenSet = false;
122 };
123
124} // namespace Model
125} // namespace SageMaker
126} // namespace Aws
ModelDashboardEndpoint & WithLastModifiedTime(const Aws::Utils::DateTime &value)
ModelDashboardEndpoint & WithCreationTime(const Aws::Utils::DateTime &value)
ModelDashboardEndpoint & WithEndpointStatus(EndpointStatus &&value)
ModelDashboardEndpoint & WithEndpointArn(const Aws::String &value)
ModelDashboardEndpoint & WithEndpointName(const char *value)
ModelDashboardEndpoint & WithCreationTime(Aws::Utils::DateTime &&value)
ModelDashboardEndpoint & WithEndpointArn(const char *value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetCreationTime(Aws::Utils::DateTime &&value)
AWS_SAGEMAKER_API ModelDashboardEndpoint(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(const Aws::Utils::DateTime &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetEndpointStatus(const EndpointStatus &value)
ModelDashboardEndpoint & WithEndpointArn(Aws::String &&value)
AWS_SAGEMAKER_API ModelDashboardEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
ModelDashboardEndpoint & WithLastModifiedTime(Aws::Utils::DateTime &&value)
ModelDashboardEndpoint & WithEndpointName(Aws::String &&value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
ModelDashboardEndpoint & WithEndpointName(const Aws::String &value)
ModelDashboardEndpoint & WithEndpointStatus(const EndpointStatus &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue