7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/keyspaces/Keyspaces_EXPORTS.h>
11#include <aws/keyspaces/model/CapacitySpecificationSummary.h>
12#include <aws/keyspaces/model/CdcSpecificationSummary.h>
13#include <aws/keyspaces/model/ClientSideTimestamps.h>
14#include <aws/keyspaces/model/Comment.h>
15#include <aws/keyspaces/model/EncryptionSpecification.h>
16#include <aws/keyspaces/model/PointInTimeRecoverySummary.h>
17#include <aws/keyspaces/model/ReplicaSpecificationSummary.h>
18#include <aws/keyspaces/model/SchemaDefinition.h>
19#include <aws/keyspaces/model/TableStatus.h>
20#include <aws/keyspaces/model/TimeToLive.h>
25template <
typename RESULT_TYPE>
26class AmazonWebServiceResult;
46 template <
typename KeyspaceNameT = Aws::String>
48 m_keyspaceNameHasBeenSet =
true;
49 m_keyspaceName = std::forward<KeyspaceNameT>(value);
51 template <
typename KeyspaceNameT = Aws::String>
63 template <
typename TableNameT = Aws::String>
65 m_tableNameHasBeenSet =
true;
66 m_tableName = std::forward<TableNameT>(value);
68 template <
typename TableNameT = Aws::String>
80 template <
typename ResourceArnT = Aws::String>
82 m_resourceArnHasBeenSet =
true;
83 m_resourceArn = std::forward<ResourceArnT>(value);
85 template <
typename ResourceArnT = Aws::String>
97 template <
typename CreationTimestampT = Aws::Utils::DateTime>
99 m_creationTimestampHasBeenSet =
true;
100 m_creationTimestamp = std::forward<CreationTimestampT>(value);
102 template <
typename CreationTimestampT = Aws::Utils::DateTime>
115 m_statusHasBeenSet =
true;
129 template <
typename SchemaDefinitionT = SchemaDefinition>
131 m_schemaDefinitionHasBeenSet =
true;
132 m_schemaDefinition = std::forward<SchemaDefinitionT>(value);
134 template <
typename SchemaDefinitionT = SchemaDefinition>
148 template <
typename CapacitySpecificationT = CapacitySpecificationSummary>
150 m_capacitySpecificationHasBeenSet =
true;
151 m_capacitySpecification = std::forward<CapacitySpecificationT>(value);
153 template <
typename CapacitySpecificationT = CapacitySpecificationSummary>
165 template <
typename EncryptionSpecificationT = EncryptionSpecification>
167 m_encryptionSpecificationHasBeenSet =
true;
168 m_encryptionSpecification = std::forward<EncryptionSpecificationT>(value);
170 template <
typename EncryptionSpecificationT = EncryptionSpecification>
182 template <
typename Po
intInTimeRecoveryT = Po
intInTimeRecoverySummary>
184 m_pointInTimeRecoveryHasBeenSet =
true;
185 m_pointInTimeRecovery = std::forward<PointInTimeRecoveryT>(value);
187 template <
typename Po
intInTimeRecoveryT = Po
intInTimeRecoverySummary>
199 template <
typename TtlT = TimeToLive>
201 m_ttlHasBeenSet =
true;
202 m_ttl = std::forward<TtlT>(value);
204 template <
typename TtlT = TimeToLive>
206 SetTtl(std::forward<TtlT>(value));
217 m_defaultTimeToLiveHasBeenSet =
true;
218 m_defaultTimeToLive = value;
231 template <
typename CommentT = Comment>
233 m_commentHasBeenSet =
true;
234 m_comment = std::forward<CommentT>(value);
236 template <
typename CommentT = Comment>
248 template <
typename ClientS
ideTimestampsT = ClientS
ideTimestamps>
250 m_clientSideTimestampsHasBeenSet =
true;
251 m_clientSideTimestamps = std::forward<ClientSideTimestampsT>(value);
253 template <
typename ClientS
ideTimestampsT = ClientS
ideTimestamps>
266 template <
typename ReplicaSpecificationsT = Aws::Vector<ReplicaSpecificationSummary>>
268 m_replicaSpecificationsHasBeenSet =
true;
269 m_replicaSpecifications = std::forward<ReplicaSpecificationsT>(value);
271 template <
typename ReplicaSpecificationsT = Aws::Vector<ReplicaSpecificationSummary>>
276 template <
typename ReplicaSpecificationsT = ReplicaSpecificationSummary>
278 m_replicaSpecificationsHasBeenSet =
true;
279 m_replicaSpecifications.emplace_back(std::forward<ReplicaSpecificationsT>(value));
289 template <
typename LatestStreamArnT = Aws::String>
291 m_latestStreamArnHasBeenSet =
true;
292 m_latestStreamArn = std::forward<LatestStreamArnT>(value);
294 template <
typename LatestStreamArnT = Aws::String>
306 template <
typename CdcSpecificationT = CdcSpecificationSummary>
308 m_cdcSpecificationHasBeenSet =
true;
309 m_cdcSpecification = std::forward<CdcSpecificationT>(value);
311 template <
typename CdcSpecificationT = CdcSpecificationSummary>
321 template <
typename RequestIdT = Aws::String>
323 m_requestIdHasBeenSet =
true;
324 m_requestId = std::forward<RequestIdT>(value);
326 template <
typename RequestIdT = Aws::String>
343 SchemaDefinition m_schemaDefinition;
345 CapacitySpecificationSummary m_capacitySpecification;
347 EncryptionSpecification m_encryptionSpecification;
349 PointInTimeRecoverySummary m_pointInTimeRecovery;
353 int m_defaultTimeToLive{0};
357 ClientSideTimestamps m_clientSideTimestamps;
363 CdcSpecificationSummary m_cdcSpecification;
366 bool m_keyspaceNameHasBeenSet =
false;
367 bool m_tableNameHasBeenSet =
false;
368 bool m_resourceArnHasBeenSet =
false;
369 bool m_creationTimestampHasBeenSet =
false;
370 bool m_statusHasBeenSet =
false;
371 bool m_schemaDefinitionHasBeenSet =
false;
372 bool m_capacitySpecificationHasBeenSet =
false;
373 bool m_encryptionSpecificationHasBeenSet =
false;
374 bool m_pointInTimeRecoveryHasBeenSet =
false;
375 bool m_ttlHasBeenSet =
false;
376 bool m_defaultTimeToLiveHasBeenSet =
false;
377 bool m_commentHasBeenSet =
false;
378 bool m_clientSideTimestampsHasBeenSet =
false;
379 bool m_replicaSpecificationsHasBeenSet =
false;
380 bool m_latestStreamArnHasBeenSet =
false;
381 bool m_cdcSpecificationHasBeenSet =
false;
382 bool m_requestIdHasBeenSet =
false;
void SetCdcSpecification(CdcSpecificationT &&value)
const CdcSpecificationSummary & GetCdcSpecification() const
const Aws::String & GetLatestStreamArn() const
void SetDefaultTimeToLive(int value)
const ClientSideTimestamps & GetClientSideTimestamps() const
const Aws::Vector< ReplicaSpecificationSummary > & GetReplicaSpecifications() const
void SetKeyspaceName(KeyspaceNameT &&value)
void SetStatus(TableStatus value)
const TimeToLive & GetTtl() const
GetTableResult & WithTtl(TtlT &&value)
GetTableResult & WithDefaultTimeToLive(int value)
GetTableResult & WithCapacitySpecification(CapacitySpecificationT &&value)
GetTableResult & WithComment(CommentT &&value)
void SetResourceArn(ResourceArnT &&value)
const Comment & GetComment() const
void SetComment(CommentT &&value)
GetTableResult & WithClientSideTimestamps(ClientSideTimestampsT &&value)
GetTableResult & WithTableName(TableNameT &&value)
void SetEncryptionSpecification(EncryptionSpecificationT &&value)
const Aws::String & GetTableName() const
GetTableResult & WithResourceArn(ResourceArnT &&value)
void SetPointInTimeRecovery(PointInTimeRecoveryT &&value)
const Aws::Utils::DateTime & GetCreationTimestamp() const
const SchemaDefinition & GetSchemaDefinition() const
const CapacitySpecificationSummary & GetCapacitySpecification() const
GetTableResult & WithCreationTimestamp(CreationTimestampT &&value)
GetTableResult & WithReplicaSpecifications(ReplicaSpecificationsT &&value)
void SetCapacitySpecification(CapacitySpecificationT &&value)
AWS_KEYSPACES_API GetTableResult()=default
void SetLatestStreamArn(LatestStreamArnT &&value)
GetTableResult & WithCdcSpecification(CdcSpecificationT &&value)
int GetDefaultTimeToLive() const
GetTableResult & WithStatus(TableStatus value)
const Aws::String & GetRequestId() const
const PointInTimeRecoverySummary & GetPointInTimeRecovery() const
void SetTtl(TtlT &&value)
void SetRequestId(RequestIdT &&value)
void SetTableName(TableNameT &&value)
GetTableResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetKeyspaceName() const
void SetCreationTimestamp(CreationTimestampT &&value)
void SetReplicaSpecifications(ReplicaSpecificationsT &&value)
GetTableResult & WithSchemaDefinition(SchemaDefinitionT &&value)
GetTableResult & WithLatestStreamArn(LatestStreamArnT &&value)
TableStatus GetStatus() const
GetTableResult & WithEncryptionSpecification(EncryptionSpecificationT &&value)
void SetClientSideTimestamps(ClientSideTimestampsT &&value)
GetTableResult & WithKeyspaceName(KeyspaceNameT &&value)
const Aws::String & GetResourceArn() const
GetTableResult & AddReplicaSpecifications(ReplicaSpecificationsT &&value)
AWS_KEYSPACES_API GetTableResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTableResult & WithPointInTimeRecovery(PointInTimeRecoveryT &&value)
const EncryptionSpecification & GetEncryptionSpecification() const
void SetSchemaDefinition(SchemaDefinitionT &&value)
AWS_KEYSPACES_API GetTableResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue