7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ServiceNameT = Aws::String>
48 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
49 template<
typename ServiceNameT = Aws::String>
59 template<
typename ClusterNameT = Aws::String>
60 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
61 template<
typename ClusterNameT = Aws::String>
67 bool m_serviceNameHasBeenSet =
false;
70 bool m_clusterNameHasBeenSet =
false;
bool ClusterNameHasBeenSet() const
const Aws::String & GetClusterName() const
void SetClusterName(ClusterNameT &&value)
const Aws::String & GetServiceName() const
bool ServiceNameHasBeenSet() const
ECSService & WithClusterName(ClusterNameT &&value)
AWS_CODEDEPLOY_API ECSService()=default
AWS_CODEDEPLOY_API ECSService & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServiceName(ServiceNameT &&value)
ECSService & WithServiceName(ServiceNameT &&value)
AWS_CODEDEPLOY_API ECSService(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue