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>
42 template <
typename Endpo
intNameT = Aws::String>
44 m_endpointNameHasBeenSet =
true;
45 m_endpointName = std::forward<EndpointNameT>(value);
47 template <
typename Endpo
intNameT = Aws::String>
60 template <
typename Endpo
intArnT = Aws::String>
62 m_endpointArnHasBeenSet =
true;
63 m_endpointArn = std::forward<EndpointArnT>(value);
65 template <
typename Endpo
intArnT = Aws::String>
78 template <
typename CreationTimeT = Aws::Utils::DateTime>
80 m_creationTimeHasBeenSet =
true;
81 m_creationTime = std::forward<CreationTimeT>(value);
83 template <
typename CreationTimeT = Aws::Utils::DateTime>
96 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
98 m_lastModifiedTimeHasBeenSet =
true;
99 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
101 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
148 m_endpointStatusHasBeenSet =
true;
149 m_endpointStatus = value;
166 bool m_endpointNameHasBeenSet =
false;
167 bool m_endpointArnHasBeenSet =
false;
168 bool m_creationTimeHasBeenSet =
false;
169 bool m_lastModifiedTimeHasBeenSet =
false;
170 bool m_endpointStatusHasBeenSet =
false;
AWS_SAGEMAKER_API EndpointSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EndpointStatusHasBeenSet() const
EndpointSummary & WithEndpointName(EndpointNameT &&value)
bool EndpointNameHasBeenSet() const
bool CreationTimeHasBeenSet() const
const Aws::String & GetEndpointArn() const
void SetCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API EndpointSummary(Aws::Utils::Json::JsonView jsonValue)
EndpointSummary & WithEndpointArn(EndpointArnT &&value)
const Aws::String & GetEndpointName() const
EndpointSummary & WithEndpointStatus(EndpointStatus value)
const Aws::Utils::DateTime & GetCreationTime() const
EndpointSummary & WithCreationTime(CreationTimeT &&value)
void SetEndpointArn(EndpointArnT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
EndpointSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndpointName(EndpointNameT &&value)
bool LastModifiedTimeHasBeenSet() const
EndpointStatus GetEndpointStatus() const
bool EndpointArnHasBeenSet() const
void SetEndpointStatus(EndpointStatus value)
AWS_SAGEMAKER_API EndpointSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue