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>
49 template<
typename Endpo
intNameT = Aws::String>
50 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
51 template<
typename Endpo
intNameT = Aws::String>
61 template<
typename Endpo
intArnT = Aws::String>
62 void SetEndpointArn(EndpointArnT&& value) { m_endpointArnHasBeenSet =
true; m_endpointArn = std::forward<EndpointArnT>(value); }
63 template<
typename Endpo
intArnT = Aws::String>
73 template<
typename CreationTimeT = Aws::Utils::DateTime>
74 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
75 template<
typename CreationTimeT = Aws::Utils::DateTime>
85 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
86 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
87 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
103 bool m_endpointNameHasBeenSet =
false;
106 bool m_endpointArnHasBeenSet =
false;
109 bool m_creationTimeHasBeenSet =
false;
112 bool m_lastModifiedTimeHasBeenSet =
false;
115 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