7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/keyspaces/model/SortOrder.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
68 bool m_nameHasBeenSet =
false;
71 bool m_orderByHasBeenSet =
false;
AWS_KEYSPACES_API ClusteringKey & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OrderByHasBeenSet() const
const Aws::String & GetName() const
ClusteringKey & WithName(NameT &&value)
bool NameHasBeenSet() const
SortOrder GetOrderBy() const
void SetName(NameT &&value)
AWS_KEYSPACES_API ClusteringKey(Aws::Utils::Json::JsonView jsonValue)
AWS_KEYSPACES_API ClusteringKey()=default
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
ClusteringKey & WithOrderBy(SortOrder value)
void SetOrderBy(SortOrder value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue