7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecs/ECS_EXPORTS.h>
10#include <aws/ecs/model/ExpressGatewayServiceConfiguration.h>
11#include <aws/ecs/model/ExpressGatewayServiceStatus.h>
44 template <
typename ServiceArnT = Aws::String>
46 m_serviceArnHasBeenSet =
true;
47 m_serviceArn = std::forward<ServiceArnT>(value);
49 template <
typename ServiceArnT = Aws::String>
62 template <
typename ClusterT = Aws::String>
64 m_clusterHasBeenSet =
true;
65 m_cluster = std::forward<ClusterT>(value);
67 template <
typename ClusterT = Aws::String>
80 template <
typename ServiceNameT = Aws::String>
82 m_serviceNameHasBeenSet =
true;
83 m_serviceName = std::forward<ServiceNameT>(value);
85 template <
typename ServiceNameT = Aws::String>
98 template <
typename StatusT = ExpressGatewayServiceStatus>
100 m_statusHasBeenSet =
true;
101 m_status = std::forward<StatusT>(value);
103 template <
typename StatusT = ExpressGatewayServiceStatus>
117 template <
typename TargetConfigurationT = ExpressGatewayServiceConfiguration>
119 m_targetConfigurationHasBeenSet =
true;
120 m_targetConfiguration = std::forward<TargetConfigurationT>(value);
122 template <
typename TargetConfigurationT = ExpressGatewayServiceConfiguration>
136 template <
typename CreatedAtT = Aws::Utils::DateTime>
138 m_createdAtHasBeenSet =
true;
139 m_createdAt = std::forward<CreatedAtT>(value);
141 template <
typename CreatedAtT = Aws::Utils::DateTime>
155 template <
typename UpdatedAtT = Aws::Utils::DateTime>
157 m_updatedAtHasBeenSet =
true;
158 m_updatedAt = std::forward<UpdatedAtT>(value);
160 template <
typename UpdatedAtT = Aws::Utils::DateTime>
180 bool m_serviceArnHasBeenSet =
false;
181 bool m_clusterHasBeenSet =
false;
182 bool m_serviceNameHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
184 bool m_targetConfigurationHasBeenSet =
false;
185 bool m_createdAtHasBeenSet =
false;
186 bool m_updatedAtHasBeenSet =
false;
UpdatedExpressGatewayService & WithServiceArn(ServiceArnT &&value)
bool UpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
UpdatedExpressGatewayService & WithUpdatedAt(UpdatedAtT &&value)
void SetTargetConfiguration(TargetConfigurationT &&value)
const Aws::String & GetServiceName() const
void SetUpdatedAt(UpdatedAtT &&value)
const ExpressGatewayServiceStatus & GetStatus() const
UpdatedExpressGatewayService & WithStatus(StatusT &&value)
void SetCluster(ClusterT &&value)
const Aws::String & GetCluster() const
bool ServiceNameHasBeenSet() const
void SetServiceName(ServiceNameT &&value)
AWS_ECS_API UpdatedExpressGatewayService()=default
void SetServiceArn(ServiceArnT &&value)
const ExpressGatewayServiceConfiguration & GetTargetConfiguration() const
AWS_ECS_API UpdatedExpressGatewayService(Aws::Utils::Json::JsonView jsonValue)
UpdatedExpressGatewayService & WithTargetConfiguration(TargetConfigurationT &&value)
void SetStatus(StatusT &&value)
UpdatedExpressGatewayService & WithCluster(ClusterT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool TargetConfigurationHasBeenSet() const
UpdatedExpressGatewayService & WithCreatedAt(CreatedAtT &&value)
bool ClusterHasBeenSet() const
AWS_ECS_API UpdatedExpressGatewayService & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetServiceArn() const
UpdatedExpressGatewayService & WithServiceName(ServiceNameT &&value)
bool StatusHasBeenSet() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ServiceArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool CreatedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue