#include <DeltaSyncConfig.h>
Describes a Delta Sync configuration.
See Also:
AWS API Reference
Definition at line 31 of file DeltaSyncConfig.h.
◆ DeltaSyncConfig() [1/2]
Aws::AppSync::Model::DeltaSyncConfig::DeltaSyncConfig |
( |
| ) |
|
◆ DeltaSyncConfig() [2/2]
◆ BaseTableTTLHasBeenSet()
bool Aws::AppSync::Model::DeltaSyncConfig::BaseTableTTLHasBeenSet |
( |
| ) |
const |
|
inline |
The number of minutes an Item is stored in the datasource.
Definition at line 48 of file DeltaSyncConfig.h.
◆ DeltaSyncTableNameHasBeenSet()
bool Aws::AppSync::Model::DeltaSyncConfig::DeltaSyncTableNameHasBeenSet |
( |
| ) |
const |
|
inline |
◆ DeltaSyncTableTTLHasBeenSet()
bool Aws::AppSync::Model::DeltaSyncConfig::DeltaSyncTableTTLHasBeenSet |
( |
| ) |
const |
|
inline |
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.
Definition at line 112 of file DeltaSyncConfig.h.
◆ GetBaseTableTTL()
long long Aws::AppSync::Model::DeltaSyncConfig::GetBaseTableTTL |
( |
| ) |
const |
|
inline |
The number of minutes an Item is stored in the datasource.
Definition at line 43 of file DeltaSyncConfig.h.
◆ GetDeltaSyncTableName()
const Aws::String& Aws::AppSync::Model::DeltaSyncConfig::GetDeltaSyncTableName |
( |
| ) |
const |
|
inline |
◆ GetDeltaSyncTableTTL()
long long Aws::AppSync::Model::DeltaSyncConfig::GetDeltaSyncTableTTL |
( |
| ) |
const |
|
inline |
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.
Definition at line 106 of file DeltaSyncConfig.h.
◆ Jsonize()
◆ operator=()
◆ SetBaseTableTTL()
void Aws::AppSync::Model::DeltaSyncConfig::SetBaseTableTTL |
( |
long long |
value | ) |
|
|
inline |
The number of minutes an Item is stored in the datasource.
Definition at line 53 of file DeltaSyncConfig.h.
◆ SetDeltaSyncTableName() [1/3]
void Aws::AppSync::Model::DeltaSyncConfig::SetDeltaSyncTableName |
( |
Aws::String && |
value | ) |
|
|
inline |
◆ SetDeltaSyncTableName() [2/3]
void Aws::AppSync::Model::DeltaSyncConfig::SetDeltaSyncTableName |
( |
const Aws::String & |
value | ) |
|
|
inline |
◆ SetDeltaSyncTableName() [3/3]
void Aws::AppSync::Model::DeltaSyncConfig::SetDeltaSyncTableName |
( |
const char * |
value | ) |
|
|
inline |
◆ SetDeltaSyncTableTTL()
void Aws::AppSync::Model::DeltaSyncConfig::SetDeltaSyncTableTTL |
( |
long long |
value | ) |
|
|
inline |
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.
Definition at line 118 of file DeltaSyncConfig.h.
◆ WithBaseTableTTL()
DeltaSyncConfig& Aws::AppSync::Model::DeltaSyncConfig::WithBaseTableTTL |
( |
long long |
value | ) |
|
|
inline |
The number of minutes an Item is stored in the datasource.
Definition at line 58 of file DeltaSyncConfig.h.
◆ WithDeltaSyncTableName() [1/3]
◆ WithDeltaSyncTableName() [2/3]
◆ WithDeltaSyncTableName() [3/3]
DeltaSyncConfig& Aws::AppSync::Model::DeltaSyncConfig::WithDeltaSyncTableName |
( |
const char * |
value | ) |
|
|
inline |
◆ WithDeltaSyncTableTTL()
DeltaSyncConfig& Aws::AppSync::Model::DeltaSyncConfig::WithDeltaSyncTableTTL |
( |
long long |
value | ) |
|
|
inline |
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.
Definition at line 124 of file DeltaSyncConfig.h.
The documentation for this class was generated from the following file: