7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/machinelearning/model/RealtimeEndpointStatus.h>
23namespace MachineLearning
61 template<
typename CreatedAtT = Aws::Utils::DateTime>
62 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
75 template<
typename Endpo
intUrlT = Aws::String>
76 void SetEndpointUrl(EndpointUrlT&& value) { m_endpointUrlHasBeenSet =
true; m_endpointUrl = std::forward<EndpointUrlT>(value); }
77 template<
typename Endpo
intUrlT = Aws::String>
97 int m_peakRequestsPerSecond{0};
98 bool m_peakRequestsPerSecondHasBeenSet =
false;
101 bool m_createdAtHasBeenSet =
false;
104 bool m_endpointUrlHasBeenSet =
false;
107 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