7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/model/DataCaptureConfigSummary.h>
11#include <aws/sagemaker/model/EndpointStatus.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/sagemaker/model/ProductionVariantSummary.h>
14#include <aws/sagemaker/model/MonitoringSchedule.h>
15#include <aws/sagemaker/model/Tag.h>
53 template<
typename Endpo
intNameT = Aws::String>
54 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
55 template<
typename Endpo
intNameT = Aws::String>
65 template<
typename Endpo
intArnT = Aws::String>
66 void SetEndpointArn(EndpointArnT&& value) { m_endpointArnHasBeenSet =
true; m_endpointArn = std::forward<EndpointArnT>(value); }
67 template<
typename Endpo
intArnT = Aws::String>
77 template<
typename Endpo
intConfigNameT = Aws::String>
78 void SetEndpointConfigName(EndpointConfigNameT&& value) { m_endpointConfigNameHasBeenSet =
true; m_endpointConfigName = std::forward<EndpointConfigNameT>(value); }
79 template<
typename Endpo
intConfigNameT = Aws::String>
90 template<
typename ProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
91 void SetProductionVariants(ProductionVariantsT&& value) { m_productionVariantsHasBeenSet =
true; m_productionVariants = std::forward<ProductionVariantsT>(value); }
92 template<
typename ProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
94 template<
typename ProductionVariantsT = ProductionVariantSummary>
95 Endpoint&
AddProductionVariants(ProductionVariantsT&& value) { m_productionVariantsHasBeenSet =
true; m_productionVariants.emplace_back(std::forward<ProductionVariantsT>(value));
return *
this; }
102 template<
typename DataCaptureConfigT = DataCaptureConfigSummary>
103 void SetDataCaptureConfig(DataCaptureConfigT&& value) { m_dataCaptureConfigHasBeenSet =
true; m_dataCaptureConfig = std::forward<DataCaptureConfigT>(value); }
104 template<
typename DataCaptureConfigT = DataCaptureConfigSummary>
124 template<
typename FailureReasonT = Aws::String>
125 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
126 template<
typename FailureReasonT = Aws::String>
136 template<
typename CreationTimeT = Aws::Utils::DateTime>
137 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
138 template<
typename CreationTimeT = Aws::Utils::DateTime>
148 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
149 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
150 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
163 template<
typename MonitoringSchedulesT = Aws::Vector<MonitoringSchedule>>
164 void SetMonitoringSchedules(MonitoringSchedulesT&& value) { m_monitoringSchedulesHasBeenSet =
true; m_monitoringSchedules = std::forward<MonitoringSchedulesT>(value); }
165 template<
typename MonitoringSchedulesT = Aws::Vector<MonitoringSchedule>>
167 template<
typename MonitoringSchedulesT = MonitoringSchedule>
168 Endpoint&
AddMonitoringSchedules(MonitoringSchedulesT&& value) { m_monitoringSchedulesHasBeenSet =
true; m_monitoringSchedules.emplace_back(std::forward<MonitoringSchedulesT>(value));
return *
this; }
180 template<
typename TagsT = Aws::Vector<Tag>>
181 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
182 template<
typename TagsT = Aws::Vector<Tag>>
184 template<
typename TagsT = Tag>
185 Endpoint&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
196 template<
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
197 void SetShadowProductionVariants(ShadowProductionVariantsT&& value) { m_shadowProductionVariantsHasBeenSet =
true; m_shadowProductionVariants = std::forward<ShadowProductionVariantsT>(value); }
198 template<
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariantSummary>>
200 template<
typename ShadowProductionVariantsT = ProductionVariantSummary>
201 Endpoint&
AddShadowProductionVariants(ShadowProductionVariantsT&& value) { m_shadowProductionVariantsHasBeenSet =
true; m_shadowProductionVariants.emplace_back(std::forward<ShadowProductionVariantsT>(value));
return *
this; }
206 bool m_endpointNameHasBeenSet =
false;
209 bool m_endpointArnHasBeenSet =
false;
212 bool m_endpointConfigNameHasBeenSet =
false;
215 bool m_productionVariantsHasBeenSet =
false;
218 bool m_dataCaptureConfigHasBeenSet =
false;
221 bool m_endpointStatusHasBeenSet =
false;
224 bool m_failureReasonHasBeenSet =
false;
227 bool m_creationTimeHasBeenSet =
false;
230 bool m_lastModifiedTimeHasBeenSet =
false;
233 bool m_monitoringSchedulesHasBeenSet =
false;
236 bool m_tagsHasBeenSet =
false;
239 bool m_shadowProductionVariantsHasBeenSet =
false;
const Aws::Vector< ProductionVariantSummary > & GetShadowProductionVariants() const
void SetEndpointArn(EndpointArnT &&value)
void SetEndpointStatus(EndpointStatus value)
bool LastModifiedTimeHasBeenSet() const
bool CreationTimeHasBeenSet() const
EndpointStatus GetEndpointStatus() const
Endpoint & AddShadowProductionVariants(ShadowProductionVariantsT &&value)
const Aws::String & GetEndpointName() const
const Aws::Vector< MonitoringSchedule > & GetMonitoringSchedules() const
Endpoint & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetMonitoringSchedules(MonitoringSchedulesT &&value)
Endpoint & AddTags(TagsT &&value)
bool EndpointNameHasBeenSet() const
Endpoint & WithProductionVariants(ProductionVariantsT &&value)
const DataCaptureConfigSummary & GetDataCaptureConfig() const
Endpoint & WithEndpointArn(EndpointArnT &&value)
void SetCreationTime(CreationTimeT &&value)
bool MonitoringSchedulesHasBeenSet() const
void SetFailureReason(FailureReasonT &&value)
const Aws::String & GetEndpointConfigName() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetEndpointConfigName(EndpointConfigNameT &&value)
bool TagsHasBeenSet() const
Endpoint & AddProductionVariants(ProductionVariantsT &&value)
const Aws::String & GetEndpointArn() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::Vector< Tag > & GetTags() const
Endpoint & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API Endpoint()=default
AWS_SAGEMAKER_API Endpoint(Aws::Utils::Json::JsonView jsonValue)
void SetDataCaptureConfig(DataCaptureConfigT &&value)
AWS_SAGEMAKER_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FailureReasonHasBeenSet() const
bool ProductionVariantsHasBeenSet() const
Endpoint & WithEndpointName(EndpointNameT &&value)
bool DataCaptureConfigHasBeenSet() const
Endpoint & WithMonitoringSchedules(MonitoringSchedulesT &&value)
Endpoint & AddMonitoringSchedules(MonitoringSchedulesT &&value)
void SetShadowProductionVariants(ShadowProductionVariantsT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Endpoint & WithTags(TagsT &&value)
const Aws::String & GetFailureReason() const
bool EndpointConfigNameHasBeenSet() const
bool EndpointArnHasBeenSet() const
Endpoint & WithEndpointConfigName(EndpointConfigNameT &&value)
bool ShadowProductionVariantsHasBeenSet() const
Endpoint & WithDataCaptureConfig(DataCaptureConfigT &&value)
Endpoint & WithShadowProductionVariants(ShadowProductionVariantsT &&value)
void SetTags(TagsT &&value)
const Aws::Vector< ProductionVariantSummary > & GetProductionVariants() const
Endpoint & WithEndpointStatus(EndpointStatus value)
Endpoint & WithFailureReason(FailureReasonT &&value)
bool EndpointStatusHasBeenSet() const
void SetEndpointName(EndpointNameT &&value)
void SetProductionVariants(ProductionVariantsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue