7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/keyspaces/model/AutoScalingSpecification.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/keyspaces/model/ReplicaAutoScalingSpecification.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename KeyspaceNameT = Aws::String>
44 void SetKeyspaceName(KeyspaceNameT&& value) { m_keyspaceNameHasBeenSet =
true; m_keyspaceName = std::forward<KeyspaceNameT>(value); }
45 template<
typename KeyspaceNameT = Aws::String>
54 template<
typename TableNameT = Aws::String>
55 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
56 template<
typename TableNameT = Aws::String>
65 template<
typename ResourceArnT = Aws::String>
66 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
67 template<
typename ResourceArnT = Aws::String>
76 template<
typename AutoScalingSpecificationT = AutoScalingSpecification>
77 void SetAutoScalingSpecification(AutoScalingSpecificationT&& value) { m_autoScalingSpecificationHasBeenSet =
true; m_autoScalingSpecification = std::forward<AutoScalingSpecificationT>(value); }
78 template<
typename AutoScalingSpecificationT = AutoScalingSpecification>
88 template<
typename ReplicaSpecificationsT = Aws::Vector<ReplicaAutoScalingSpecification>>
89 void SetReplicaSpecifications(ReplicaSpecificationsT&& value) { m_replicaSpecificationsHasBeenSet =
true; m_replicaSpecifications = std::forward<ReplicaSpecificationsT>(value); }
90 template<
typename ReplicaSpecificationsT = Aws::Vector<ReplicaAutoScalingSpecification>>
92 template<
typename ReplicaSpecificationsT = ReplicaAutoScalingSpecification>
99 template<
typename RequestIdT = Aws::String>
100 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
101 template<
typename RequestIdT = Aws::String>
107 bool m_keyspaceNameHasBeenSet =
false;
110 bool m_tableNameHasBeenSet =
false;
113 bool m_resourceArnHasBeenSet =
false;
116 bool m_autoScalingSpecificationHasBeenSet =
false;
119 bool m_replicaSpecificationsHasBeenSet =
false;
122 bool m_requestIdHasBeenSet =
false;
GetTableAutoScalingSettingsResult & WithResourceArn(ResourceArnT &&value)
const Aws::String & GetTableName() const
void SetTableName(TableNameT &&value)
GetTableAutoScalingSettingsResult & WithTableName(TableNameT &&value)
GetTableAutoScalingSettingsResult & WithReplicaSpecifications(ReplicaSpecificationsT &&value)
GetTableAutoScalingSettingsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetTableAutoScalingSettingsResult & WithKeyspaceName(KeyspaceNameT &&value)
void SetReplicaSpecifications(ReplicaSpecificationsT &&value)
void SetKeyspaceName(KeyspaceNameT &&value)
GetTableAutoScalingSettingsResult & WithAutoScalingSpecification(AutoScalingSpecificationT &&value)
void SetAutoScalingSpecification(AutoScalingSpecificationT &&value)
AWS_KEYSPACES_API GetTableAutoScalingSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetResourceArn() const
GetTableAutoScalingSettingsResult & AddReplicaSpecifications(ReplicaSpecificationsT &&value)
void SetResourceArn(ResourceArnT &&value)
void SetRequestId(RequestIdT &&value)
const AutoScalingSpecification & GetAutoScalingSpecification() const
const Aws::String & GetKeyspaceName() const
AWS_KEYSPACES_API GetTableAutoScalingSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< ReplicaAutoScalingSpecification > & GetReplicaSpecifications() const
AWS_KEYSPACES_API GetTableAutoScalingSettingsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue