7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/model/KxClusterType.h>
10#include <aws/finspace/model/KxClusterStatus.h>
51 inline void SetClusterName(
const char* value) { m_clusterNameHasBeenSet =
true; m_clusterName.assign(value); }
91 bool m_clusterNameHasBeenSet =
false;
94 bool m_clusterTypeHasBeenSet =
false;
97 bool m_clusterStatusHasBeenSet =
false;
void SetClusterType(KxClusterType &&value)
bool ClusterStatusHasBeenSet() const
AWS_FINSPACE_API KxAttachedCluster & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetClusterName(const char *value)
bool ClusterNameHasBeenSet() const
AWS_FINSPACE_API KxAttachedCluster(Aws::Utils::Json::JsonView jsonValue)
bool ClusterTypeHasBeenSet() const
const KxClusterStatus & GetClusterStatus() const
KxAttachedCluster & WithClusterStatus(KxClusterStatus &&value)
KxAttachedCluster & WithClusterName(const Aws::String &value)
const KxClusterType & GetClusterType() const
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
KxAttachedCluster & WithClusterStatus(const KxClusterStatus &value)
void SetClusterStatus(KxClusterStatus &&value)
void SetClusterStatus(const KxClusterStatus &value)
AWS_FINSPACE_API KxAttachedCluster()
KxAttachedCluster & WithClusterName(Aws::String &&value)
KxAttachedCluster & WithClusterType(KxClusterType &&value)
void SetClusterType(const KxClusterType &value)
KxAttachedCluster & WithClusterName(const char *value)
void SetClusterName(const Aws::String &value)
const Aws::String & GetClusterName() const
KxAttachedCluster & WithClusterType(const KxClusterType &value)
void SetClusterName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue