7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetServiceName(
const char* value) { m_serviceNameHasBeenSet =
true; m_serviceName.assign(value); }
63 inline void SetClusterName(
const char* value) { m_clusterNameHasBeenSet =
true; m_clusterName.assign(value); }
71 bool m_serviceNameHasBeenSet =
false;
74 bool m_clusterNameHasBeenSet =
false;
ECSService & WithClusterName(const char *value)
bool ClusterNameHasBeenSet() const
const Aws::String & GetClusterName() const
const Aws::String & GetServiceName() const
ECSService & WithServiceName(const char *value)
void SetClusterName(const char *value)
bool ServiceNameHasBeenSet() const
void SetClusterName(const Aws::String &value)
ECSService & WithClusterName(const Aws::String &value)
void SetClusterName(Aws::String &&value)
AWS_CODEDEPLOY_API ECSService & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEDEPLOY_API ECSService()
void SetServiceName(Aws::String &&value)
AWS_CODEDEPLOY_API ECSService(Aws::Utils::Json::JsonView jsonValue)
ECSService & WithServiceName(Aws::String &&value)
void SetServiceName(const Aws::String &value)
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
ECSService & WithClusterName(Aws::String &&value)
ECSService & WithServiceName(const Aws::String &value)
void SetServiceName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue