7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ServiceNameT = Aws::String>
43 m_serviceNameHasBeenSet =
true;
44 m_serviceName = std::forward<ServiceNameT>(value);
46 template <
typename ServiceNameT = Aws::String>
59 template <
typename ClusterNameT = Aws::String>
61 m_clusterNameHasBeenSet =
true;
62 m_clusterName = std::forward<ClusterNameT>(value);
64 template <
typename ClusterNameT = Aws::String>
74 bool m_serviceNameHasBeenSet =
false;
75 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