7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/MonitoringExecutionSummary.h>
12#include <aws/sagemaker/model/MonitoringScheduleConfig.h>
13#include <aws/sagemaker/model/MonitoringType.h>
14#include <aws/sagemaker/model/ScheduleStatus.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename MonitoringScheduleArnT = Aws::String>
42 m_monitoringScheduleArnHasBeenSet =
true;
43 m_monitoringScheduleArn = std::forward<MonitoringScheduleArnT>(value);
45 template <
typename MonitoringScheduleArnT = Aws::String>
57 template <
typename MonitoringScheduleNameT = Aws::String>
59 m_monitoringScheduleNameHasBeenSet =
true;
60 m_monitoringScheduleName = std::forward<MonitoringScheduleNameT>(value);
62 template <
typename MonitoringScheduleNameT = Aws::String>
75 m_monitoringScheduleStatusHasBeenSet =
true;
76 m_monitoringScheduleStatus = value;
96 m_monitoringTypeHasBeenSet =
true;
97 m_monitoringType = value;
111 template <
typename FailureReasonT = Aws::String>
113 m_failureReasonHasBeenSet =
true;
114 m_failureReason = std::forward<FailureReasonT>(value);
116 template <
typename FailureReasonT = Aws::String>
128 template <
typename CreationTimeT = Aws::Utils::DateTime>
130 m_creationTimeHasBeenSet =
true;
131 m_creationTime = std::forward<CreationTimeT>(value);
133 template <
typename CreationTimeT = Aws::Utils::DateTime>
145 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
147 m_lastModifiedTimeHasBeenSet =
true;
148 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
150 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
163 template <
typename MonitoringScheduleConfigT = MonitoringScheduleConfig>
165 m_monitoringScheduleConfigHasBeenSet =
true;
166 m_monitoringScheduleConfig = std::forward<MonitoringScheduleConfigT>(value);
168 template <
typename MonitoringScheduleConfigT = MonitoringScheduleConfig>
180 template <
typename Endpo
intNameT = Aws::String>
182 m_endpointNameHasBeenSet =
true;
183 m_endpointName = std::forward<EndpointNameT>(value);
185 template <
typename Endpo
intNameT = Aws::String>
197 template <
typename LastMonitoringExecutionSummaryT = MonitoringExecutionSummary>
199 m_lastMonitoringExecutionSummaryHasBeenSet =
true;
200 m_lastMonitoringExecutionSummary = std::forward<LastMonitoringExecutionSummaryT>(value);
202 template <
typename LastMonitoringExecutionSummaryT = MonitoringExecutionSummary>
212 template <
typename RequestIdT = Aws::String>
214 m_requestIdHasBeenSet =
true;
215 m_requestId = std::forward<RequestIdT>(value);
217 template <
typename RequestIdT = Aws::String>
240 MonitoringScheduleConfig m_monitoringScheduleConfig;
244 MonitoringExecutionSummary m_lastMonitoringExecutionSummary;
248 bool m_monitoringScheduleArnHasBeenSet =
false;
249 bool m_monitoringScheduleNameHasBeenSet =
false;
250 bool m_monitoringScheduleStatusHasBeenSet =
false;
251 bool m_monitoringTypeHasBeenSet =
false;
252 bool m_failureReasonHasBeenSet =
false;
253 bool m_creationTimeHasBeenSet =
false;
254 bool m_lastModifiedTimeHasBeenSet =
false;
255 bool m_monitoringScheduleConfigHasBeenSet =
false;
256 bool m_endpointNameHasBeenSet =
false;
257 bool m_lastMonitoringExecutionSummaryHasBeenSet =
false;
258 bool m_requestIdHasBeenSet =
false;
const MonitoringExecutionSummary & GetLastMonitoringExecutionSummary() const
void SetMonitoringScheduleConfig(MonitoringScheduleConfigT &&value)
void SetRequestId(RequestIdT &&value)
DescribeMonitoringScheduleResult & WithMonitoringScheduleStatus(ScheduleStatus value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetRequestId() const
const Aws::String & GetEndpointName() const
void SetFailureReason(FailureReasonT &&value)
const Aws::String & GetMonitoringScheduleArn() const
DescribeMonitoringScheduleResult & WithMonitoringScheduleName(MonitoringScheduleNameT &&value)
DescribeMonitoringScheduleResult & WithFailureReason(FailureReasonT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeMonitoringScheduleResult & WithMonitoringType(MonitoringType value)
DescribeMonitoringScheduleResult & WithLastMonitoringExecutionSummary(LastMonitoringExecutionSummaryT &&value)
AWS_SAGEMAKER_API DescribeMonitoringScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API DescribeMonitoringScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetMonitoringScheduleArn(MonitoringScheduleArnT &&value)
void SetMonitoringType(MonitoringType value)
void SetMonitoringScheduleName(MonitoringScheduleNameT &&value)
const Aws::String & GetFailureReason() const
void SetCreationTime(CreationTimeT &&value)
MonitoringType GetMonitoringType() const
void SetMonitoringScheduleStatus(ScheduleStatus value)
const Aws::String & GetMonitoringScheduleName() const
const MonitoringScheduleConfig & GetMonitoringScheduleConfig() const
ScheduleStatus GetMonitoringScheduleStatus() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetEndpointName(EndpointNameT &&value)
AWS_SAGEMAKER_API DescribeMonitoringScheduleResult()=default
DescribeMonitoringScheduleResult & WithMonitoringScheduleArn(MonitoringScheduleArnT &&value)
DescribeMonitoringScheduleResult & WithCreationTime(CreationTimeT &&value)
void SetLastMonitoringExecutionSummary(LastMonitoringExecutionSummaryT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
DescribeMonitoringScheduleResult & WithRequestId(RequestIdT &&value)
DescribeMonitoringScheduleResult & WithMonitoringScheduleConfig(MonitoringScheduleConfigT &&value)
DescribeMonitoringScheduleResult & WithEndpointName(EndpointNameT &&value)
DescribeMonitoringScheduleResult & WithLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue