7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appsync/model/DeltaSyncConfig.h>
48 template<
typename TableNameT = Aws::String>
49 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
50 template<
typename TableNameT = Aws::String>
60 template<
typename AwsRegionT = Aws::String>
61 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
62 template<
typename AwsRegionT = Aws::String>
72 inline void SetUseCallerCredentials(
bool value) { m_useCallerCredentialsHasBeenSet =
true; m_useCallerCredentials = value; }
82 template<
typename DeltaSyncConfigT = DeltaSyncConfig>
83 void SetDeltaSyncConfig(DeltaSyncConfigT&& value) { m_deltaSyncConfigHasBeenSet =
true; m_deltaSyncConfig = std::forward<DeltaSyncConfigT>(value); }
84 template<
typename DeltaSyncConfigT = DeltaSyncConfig>
95 inline void SetVersioned(
bool value) { m_versionedHasBeenSet =
true; m_versioned = value; }
101 bool m_tableNameHasBeenSet =
false;
104 bool m_awsRegionHasBeenSet =
false;
106 bool m_useCallerCredentials{
false};
107 bool m_useCallerCredentialsHasBeenSet =
false;
109 DeltaSyncConfig m_deltaSyncConfig;
110 bool m_deltaSyncConfigHasBeenSet =
false;
112 bool m_versioned{
false};
113 bool m_versionedHasBeenSet =
false;
bool VersionedHasBeenSet() const
bool DeltaSyncConfigHasBeenSet() const
DynamodbDataSourceConfig & WithTableName(TableNameT &&value)
bool GetUseCallerCredentials() const
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUseCallerCredentials(bool value)
DynamodbDataSourceConfig & WithDeltaSyncConfig(DeltaSyncConfigT &&value)
AWS_APPSYNC_API DynamodbDataSourceConfig(Aws::Utils::Json::JsonView jsonValue)
bool TableNameHasBeenSet() const
bool UseCallerCredentialsHasBeenSet() const
const Aws::String & GetAwsRegion() const
DynamodbDataSourceConfig & WithUseCallerCredentials(bool value)
bool AwsRegionHasBeenSet() const
const Aws::String & GetTableName() const
AWS_APPSYNC_API DynamodbDataSourceConfig()=default
void SetDeltaSyncConfig(DeltaSyncConfigT &&value)
DynamodbDataSourceConfig & WithAwsRegion(AwsRegionT &&value)
const DeltaSyncConfig & GetDeltaSyncConfig() const
void SetVersioned(bool value)
AWS_APPSYNC_API DynamodbDataSourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTableName(TableNameT &&value)
void SetAwsRegion(AwsRegionT &&value)
DynamodbDataSourceConfig & WithVersioned(bool value)
bool GetVersioned() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue