/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the properties of a keyspace.See Also:
AWS
* API Reference
The name of the keyspace.
*/ inline const Aws::String& GetKeyspaceName() const{ return m_keyspaceName; } /** *The name of the keyspace.
*/ inline bool KeyspaceNameHasBeenSet() const { return m_keyspaceNameHasBeenSet; } /** *The name of the keyspace.
*/ inline void SetKeyspaceName(const Aws::String& value) { m_keyspaceNameHasBeenSet = true; m_keyspaceName = value; } /** *The name of the keyspace.
*/ inline void SetKeyspaceName(Aws::String&& value) { m_keyspaceNameHasBeenSet = true; m_keyspaceName = std::move(value); } /** *The name of the keyspace.
*/ inline void SetKeyspaceName(const char* value) { m_keyspaceNameHasBeenSet = true; m_keyspaceName.assign(value); } /** *The name of the keyspace.
*/ inline KeyspaceSummary& WithKeyspaceName(const Aws::String& value) { SetKeyspaceName(value); return *this;} /** *The name of the keyspace.
*/ inline KeyspaceSummary& WithKeyspaceName(Aws::String&& value) { SetKeyspaceName(std::move(value)); return *this;} /** *The name of the keyspace.
*/ inline KeyspaceSummary& WithKeyspaceName(const char* value) { SetKeyspaceName(value); return *this;} /** *The unique identifier of the keyspace in the format of an Amazon Resource * Name (ARN).
*/ inline const Aws::String& GetResourceArn() const{ return m_resourceArn; } /** *The unique identifier of the keyspace in the format of an Amazon Resource * Name (ARN).
*/ inline bool ResourceArnHasBeenSet() const { return m_resourceArnHasBeenSet; } /** *The unique identifier of the keyspace in the format of an Amazon Resource * Name (ARN).
*/ inline void SetResourceArn(const Aws::String& value) { m_resourceArnHasBeenSet = true; m_resourceArn = value; } /** *The unique identifier of the keyspace in the format of an Amazon Resource * Name (ARN).
*/ inline void SetResourceArn(Aws::String&& value) { m_resourceArnHasBeenSet = true; m_resourceArn = std::move(value); } /** *The unique identifier of the keyspace in the format of an Amazon Resource * Name (ARN).
*/ inline void SetResourceArn(const char* value) { m_resourceArnHasBeenSet = true; m_resourceArn.assign(value); } /** *The unique identifier of the keyspace in the format of an Amazon Resource * Name (ARN).
*/ inline KeyspaceSummary& WithResourceArn(const Aws::String& value) { SetResourceArn(value); return *this;} /** *The unique identifier of the keyspace in the format of an Amazon Resource * Name (ARN).
*/ inline KeyspaceSummary& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value)); return *this;} /** *The unique identifier of the keyspace in the format of an Amazon Resource * Name (ARN).
*/ inline KeyspaceSummary& WithResourceArn(const char* value) { SetResourceArn(value); return *this;} /** * This property specifies if a keyspace is a single Region keyspace or a
* multi-Region keyspace. The available values are SINGLE_REGION
or
* MULTI_REGION
.
This property specifies if a keyspace is a single Region keyspace or a
* multi-Region keyspace. The available values are SINGLE_REGION
or
* MULTI_REGION
.
This property specifies if a keyspace is a single Region keyspace or a
* multi-Region keyspace. The available values are SINGLE_REGION
or
* MULTI_REGION
.
This property specifies if a keyspace is a single Region keyspace or a
* multi-Region keyspace. The available values are SINGLE_REGION
or
* MULTI_REGION
.
This property specifies if a keyspace is a single Region keyspace or a
* multi-Region keyspace. The available values are SINGLE_REGION
or
* MULTI_REGION
.
This property specifies if a keyspace is a single Region keyspace or a
* multi-Region keyspace. The available values are SINGLE_REGION
or
* MULTI_REGION
.
If the replicationStrategy
of the keyspace is
* MULTI_REGION
, a list of replication Regions is returned.
If the replicationStrategy
of the keyspace is
* MULTI_REGION
, a list of replication Regions is returned.
If the replicationStrategy
of the keyspace is
* MULTI_REGION
, a list of replication Regions is returned.
If the replicationStrategy
of the keyspace is
* MULTI_REGION
, a list of replication Regions is returned.
If the replicationStrategy
of the keyspace is
* MULTI_REGION
, a list of replication Regions is returned.
If the replicationStrategy
of the keyspace is
* MULTI_REGION
, a list of replication Regions is returned.
If the replicationStrategy
of the keyspace is
* MULTI_REGION
, a list of replication Regions is returned.
If the replicationStrategy
of the keyspace is
* MULTI_REGION
, a list of replication Regions is returned.
If the replicationStrategy
of the keyspace is
* MULTI_REGION
, a list of replication Regions is returned.