7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/EndpointStatus.h>
43 template <
typename Endpo
intNameT = Aws::String>
45 m_endpointNameHasBeenSet =
true;
46 m_endpointName = std::forward<EndpointNameT>(value);
48 template <
typename Endpo
intNameT = Aws::String>
61 template <
typename Endpo
intArnT = Aws::String>
63 m_endpointArnHasBeenSet =
true;
64 m_endpointArn = std::forward<EndpointArnT>(value);
66 template <
typename Endpo
intArnT = Aws::String>
79 template <
typename CreationTimeT = Aws::Utils::DateTime>
81 m_creationTimeHasBeenSet =
true;
82 m_creationTime = std::forward<CreationTimeT>(value);
84 template <
typename CreationTimeT = Aws::Utils::DateTime>
97 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
99 m_lastModifiedTimeHasBeenSet =
true;
100 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
102 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
116 m_endpointStatusHasBeenSet =
true;
117 m_endpointStatus = value;
134 bool m_endpointNameHasBeenSet =
false;
135 bool m_endpointArnHasBeenSet =
false;
136 bool m_creationTimeHasBeenSet =
false;
137 bool m_lastModifiedTimeHasBeenSet =
false;
138 bool m_endpointStatusHasBeenSet =
false;
bool EndpointNameHasBeenSet() const
EndpointStatus GetEndpointStatus() const
void SetEndpointStatus(EndpointStatus value)
ModelDashboardEndpoint & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetEndpointName() const
AWS_SAGEMAKER_API ModelDashboardEndpoint()=default
ModelDashboardEndpoint & WithEndpointArn(EndpointArnT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
ModelDashboardEndpoint & WithEndpointStatus(EndpointStatus value)
const Aws::String & GetEndpointArn() const
bool EndpointStatusHasBeenSet() const
AWS_SAGEMAKER_API ModelDashboardEndpoint(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndpointArn(EndpointArnT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool LastModifiedTimeHasBeenSet() const
ModelDashboardEndpoint & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
ModelDashboardEndpoint & WithEndpointName(EndpointNameT &&value)
void SetEndpointName(EndpointNameT &&value)
bool EndpointArnHasBeenSet() const
AWS_SAGEMAKER_API ModelDashboardEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreationTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue