7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetEcsClusterArn(
const char* value) { m_ecsClusterArnHasBeenSet =
true; m_ecsClusterArn.assign(value); }
62 inline void SetEcsClusterName(
const char* value) { m_ecsClusterNameHasBeenSet =
true; m_ecsClusterName.assign(value); }
76 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
90 inline void SetRegisteredAt(
const char* value) { m_registeredAtHasBeenSet =
true; m_registeredAt.assign(value); }
98 bool m_ecsClusterArnHasBeenSet =
false;
101 bool m_ecsClusterNameHasBeenSet =
false;
104 bool m_stackIdHasBeenSet =
false;
107 bool m_registeredAtHasBeenSet =
false;
AWS_OPSWORKS_API EcsCluster(Aws::Utils::Json::JsonView jsonValue)
bool EcsClusterArnHasBeenSet() const
EcsCluster & WithStackId(const Aws::String &value)
void SetRegisteredAt(const Aws::String &value)
EcsCluster & WithEcsClusterArn(const Aws::String &value)
void SetEcsClusterName(Aws::String &&value)
const Aws::String & GetEcsClusterArn() const
const Aws::String & GetEcsClusterName() const
EcsCluster & WithEcsClusterName(const Aws::String &value)
EcsCluster & WithEcsClusterArn(const char *value)
void SetEcsClusterArn(const char *value)
EcsCluster & WithStackId(Aws::String &&value)
bool EcsClusterNameHasBeenSet() const
void SetRegisteredAt(Aws::String &&value)
const Aws::String & GetRegisteredAt() const
void SetRegisteredAt(const char *value)
void SetEcsClusterName(const char *value)
void SetEcsClusterName(const Aws::String &value)
void SetStackId(const char *value)
void SetStackId(const Aws::String &value)
EcsCluster & WithEcsClusterName(Aws::String &&value)
bool RegisteredAtHasBeenSet() const
void SetEcsClusterArn(Aws::String &&value)
AWS_OPSWORKS_API EcsCluster & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStackId(Aws::String &&value)
void SetEcsClusterArn(const Aws::String &value)
EcsCluster & WithRegisteredAt(Aws::String &&value)
AWS_OPSWORKS_API EcsCluster()
const Aws::String & GetStackId() const
EcsCluster & WithEcsClusterArn(Aws::String &&value)
EcsCluster & WithRegisteredAt(const char *value)
EcsCluster & WithStackId(const char *value)
EcsCluster & WithRegisteredAt(const Aws::String &value)
bool StackIdHasBeenSet() const
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
EcsCluster & WithEcsClusterName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue