7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/machinelearning/MachineLearning_EXPORTS.h>
10#include <aws/machinelearning/model/RealtimeEndpointStatus.h>
21namespace MachineLearning {
45 m_peakRequestsPerSecondHasBeenSet =
true;
46 m_peakRequestsPerSecond = value;
61 template <
typename CreatedAtT = Aws::Utils::DateTime>
63 m_createdAtHasBeenSet =
true;
64 m_createdAt = std::forward<CreatedAtT>(value);
66 template <
typename CreatedAtT = Aws::Utils::DateTime>
81 template <
typename Endpo
intUrlT = Aws::String>
83 m_endpointUrlHasBeenSet =
true;
84 m_endpointUrl = std::forward<EndpointUrlT>(value);
86 template <
typename Endpo
intUrlT = Aws::String>
105 m_endpointStatusHasBeenSet =
true;
106 m_endpointStatus = value;
114 int m_peakRequestsPerSecond{0};
121 bool m_peakRequestsPerSecondHasBeenSet =
false;
122 bool m_createdAtHasBeenSet =
false;
123 bool m_endpointUrlHasBeenSet =
false;
124 bool m_endpointStatusHasBeenSet =
false;
RealtimeEndpointInfo & WithEndpointStatus(RealtimeEndpointStatus value)
RealtimeEndpointStatus GetEndpointStatus() const
int GetPeakRequestsPerSecond() const
bool EndpointUrlHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
RealtimeEndpointInfo & WithEndpointUrl(EndpointUrlT &&value)
void SetEndpointStatus(RealtimeEndpointStatus value)
bool CreatedAtHasBeenSet() const
void SetPeakRequestsPerSecond(int value)
const Aws::String & GetEndpointUrl() const
RealtimeEndpointInfo & WithPeakRequestsPerSecond(int value)
RealtimeEndpointInfo & WithCreatedAt(CreatedAtT &&value)
AWS_MACHINELEARNING_API RealtimeEndpointInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACHINELEARNING_API RealtimeEndpointInfo(Aws::Utils::Json::JsonView jsonValue)
void SetEndpointUrl(EndpointUrlT &&value)
AWS_MACHINELEARNING_API Aws::Utils::Json::JsonValue Jsonize() const
bool PeakRequestsPerSecondHasBeenSet() const
AWS_MACHINELEARNING_API RealtimeEndpointInfo()=default
void SetCreatedAt(CreatedAtT &&value)
bool EndpointStatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue