7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/ServiceStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
54 template <
typename ServiceNameT = Aws::String>
56 m_serviceNameHasBeenSet =
true;
57 m_serviceName = std::forward<ServiceNameT>(value);
59 template <
typename ServiceNameT = Aws::String>
73 template <
typename ServiceIdT = Aws::String>
75 m_serviceIdHasBeenSet =
true;
76 m_serviceId = std::forward<ServiceIdT>(value);
78 template <
typename ServiceIdT = Aws::String>
91 template <
typename ServiceArnT = Aws::String>
93 m_serviceArnHasBeenSet =
true;
94 m_serviceArn = std::forward<ServiceArnT>(value);
96 template <
typename ServiceArnT = Aws::String>
110 template <
typename ServiceUrlT = Aws::String>
112 m_serviceUrlHasBeenSet =
true;
113 m_serviceUrl = std::forward<ServiceUrlT>(value);
115 template <
typename ServiceUrlT = Aws::String>
129 template <
typename CreatedAtT = Aws::Utils::DateTime>
131 m_createdAtHasBeenSet =
true;
132 m_createdAt = std::forward<CreatedAtT>(value);
134 template <
typename CreatedAtT = Aws::Utils::DateTime>
148 template <
typename UpdatedAtT = Aws::Utils::DateTime>
150 m_updatedAtHasBeenSet =
true;
151 m_updatedAt = std::forward<UpdatedAtT>(value);
153 template <
typename UpdatedAtT = Aws::Utils::DateTime>
174 m_statusHasBeenSet =
true;
196 bool m_serviceNameHasBeenSet =
false;
197 bool m_serviceIdHasBeenSet =
false;
198 bool m_serviceArnHasBeenSet =
false;
199 bool m_serviceUrlHasBeenSet =
false;
200 bool m_createdAtHasBeenSet =
false;
201 bool m_updatedAtHasBeenSet =
false;
202 bool m_statusHasBeenSet =
false;
bool StatusHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
ServiceStatus GetStatus() const
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServiceName(ServiceNameT &&value)
ServiceSummary & WithServiceUrl(ServiceUrlT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetServiceName() const
ServiceSummary & WithStatus(ServiceStatus value)
void SetServiceArn(ServiceArnT &&value)
bool ServiceUrlHasBeenSet() const
ServiceSummary & WithServiceName(ServiceNameT &&value)
const Aws::String & GetServiceId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool UpdatedAtHasBeenSet() const
void SetStatus(ServiceStatus value)
bool ServiceIdHasBeenSet() const
void SetServiceId(ServiceIdT &&value)
AWS_APPRUNNER_API ServiceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPRUNNER_API ServiceSummary()=default
ServiceSummary & WithServiceArn(ServiceArnT &&value)
bool ServiceNameHasBeenSet() const
void SetServiceUrl(ServiceUrlT &&value)
const Aws::String & GetServiceUrl() const
bool CreatedAtHasBeenSet() const
AWS_APPRUNNER_API ServiceSummary(Aws::Utils::Json::JsonView jsonValue)
ServiceSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetServiceArn() const
bool ServiceArnHasBeenSet() const
ServiceSummary & WithServiceId(ServiceIdT &&value)
ServiceSummary & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue