7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appsync/model/DeltaSyncConfig.h>
50 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
64 inline void SetAwsRegion(
const char* value) { m_awsRegionHasBeenSet =
true; m_awsRegion.assign(value); }
76 inline void SetUseCallerCredentials(
bool value) { m_useCallerCredentialsHasBeenSet =
true; m_useCallerCredentials = value; }
99 inline void SetVersioned(
bool value) { m_versionedHasBeenSet =
true; m_versioned = value; }
105 bool m_tableNameHasBeenSet =
false;
108 bool m_awsRegionHasBeenSet =
false;
110 bool m_useCallerCredentials;
111 bool m_useCallerCredentialsHasBeenSet =
false;
114 bool m_deltaSyncConfigHasBeenSet =
false;
117 bool m_versionedHasBeenSet =
false;
bool VersionedHasBeenSet() const
bool DeltaSyncConfigHasBeenSet() const
DynamodbDataSourceConfig & WithAwsRegion(const Aws::String &value)
void SetTableName(const char *value)
bool GetUseCallerCredentials() const
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDeltaSyncConfig(const DeltaSyncConfig &value)
void SetUseCallerCredentials(bool value)
DynamodbDataSourceConfig & WithAwsRegion(Aws::String &&value)
AWS_APPSYNC_API DynamodbDataSourceConfig(Aws::Utils::Json::JsonView jsonValue)
void SetTableName(const Aws::String &value)
bool TableNameHasBeenSet() const
bool UseCallerCredentialsHasBeenSet() const
void SetDeltaSyncConfig(DeltaSyncConfig &&value)
void SetAwsRegion(Aws::String &&value)
void SetTableName(Aws::String &&value)
DynamodbDataSourceConfig & WithTableName(const Aws::String &value)
const Aws::String & GetAwsRegion() const
DynamodbDataSourceConfig & WithTableName(Aws::String &&value)
DynamodbDataSourceConfig & WithUseCallerCredentials(bool value)
bool AwsRegionHasBeenSet() const
void SetAwsRegion(const char *value)
const Aws::String & GetTableName() const
DynamodbDataSourceConfig & WithDeltaSyncConfig(DeltaSyncConfig &&value)
const DeltaSyncConfig & GetDeltaSyncConfig() const
void SetAwsRegion(const Aws::String &value)
DynamodbDataSourceConfig & WithAwsRegion(const char *value)
DynamodbDataSourceConfig & WithDeltaSyncConfig(const DeltaSyncConfig &value)
void SetVersioned(bool value)
AWS_APPSYNC_API DynamodbDataSourceConfig()
AWS_APPSYNC_API DynamodbDataSourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
DynamodbDataSourceConfig & WithVersioned(bool value)
bool GetVersioned() const
DynamodbDataSourceConfig & WithTableName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue