7#include <aws/docdb-elastic/DocDBElastic_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/docdb-elastic/model/Status.h>
47 template<
typename ClusterArnT = Aws::String>
48 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
49 template<
typename ClusterArnT = 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>
71 inline void SetStatus(
Status value) { m_statusHasBeenSet =
true; m_status = value; }
77 bool m_clusterArnHasBeenSet =
false;
80 bool m_clusterNameHasBeenSet =
false;
83 bool m_statusHasBeenSet =
false;
ClusterInList & WithClusterArn(ClusterArnT &&value)
void SetStatus(Status value)
AWS_DOCDBELASTIC_API ClusterInList()=default
void SetClusterArn(ClusterArnT &&value)
void SetClusterName(ClusterNameT &&value)
bool StatusHasBeenSet() const
ClusterInList & WithStatus(Status value)
bool ClusterNameHasBeenSet() const
ClusterInList & WithClusterName(ClusterNameT &&value)
const Aws::String & GetClusterName() const
const Aws::String & GetClusterArn() const
AWS_DOCDBELASTIC_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DOCDBELASTIC_API ClusterInList(Aws::Utils::Json::JsonView jsonValue)
AWS_DOCDBELASTIC_API ClusterInList & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ClusterArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue