7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dms/model/MessageFormatValue.h>
22namespace DatabaseMigrationService
53 inline void SetStreamArn(
const char* value) { m_streamArnHasBeenSet =
true; m_streamArn.assign(value); }
83 inline void SetServiceAccessRoleArn(
const char* value) { m_serviceAccessRoleArnHasBeenSet =
true; m_serviceAccessRoleArn.assign(value); }
162 inline void SetIncludeNullAndEmpty(
bool value) { m_includeNullAndEmptyHasBeenSet =
true; m_includeNullAndEmpty = value; }
177 inline void SetNoHexPrefix(
bool value) { m_noHexPrefixHasBeenSet =
true; m_noHexPrefix = value; }
183 bool m_streamArnHasBeenSet =
false;
186 bool m_messageFormatHasBeenSet =
false;
189 bool m_serviceAccessRoleArnHasBeenSet =
false;
191 bool m_includeTransactionDetails;
192 bool m_includeTransactionDetailsHasBeenSet =
false;
194 bool m_includePartitionValue;
195 bool m_includePartitionValueHasBeenSet =
false;
197 bool m_partitionIncludeSchemaTable;
198 bool m_partitionIncludeSchemaTableHasBeenSet =
false;
200 bool m_includeTableAlterOperations;
201 bool m_includeTableAlterOperationsHasBeenSet =
false;
203 bool m_includeControlDetails;
204 bool m_includeControlDetailsHasBeenSet =
false;
206 bool m_includeNullAndEmpty;
207 bool m_includeNullAndEmptyHasBeenSet =
false;
210 bool m_noHexPrefixHasBeenSet =
false;
bool IncludePartitionValueHasBeenSet() const
const Aws::String & GetStreamArn() const
bool GetIncludeControlDetails() const
KinesisSettings & WithNoHexPrefix(bool value)
bool StreamArnHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool IncludeNullAndEmptyHasBeenSet() const
void SetIncludeTableAlterOperations(bool value)
void SetStreamArn(const char *value)
KinesisSettings & WithStreamArn(const char *value)
KinesisSettings & WithServiceAccessRoleArn(const Aws::String &value)
void SetServiceAccessRoleArn(Aws::String &&value)
AWS_DATABASEMIGRATIONSERVICE_API KinesisSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageFormatHasBeenSet() const
KinesisSettings & WithIncludeControlDetails(bool value)
void SetIncludeTransactionDetails(bool value)
bool NoHexPrefixHasBeenSet() const
bool IncludeTransactionDetailsHasBeenSet() const
void SetIncludePartitionValue(bool value)
const Aws::String & GetServiceAccessRoleArn() const
bool ServiceAccessRoleArnHasBeenSet() const
void SetMessageFormat(const MessageFormatValue &value)
AWS_DATABASEMIGRATIONSERVICE_API KinesisSettings(Aws::Utils::Json::JsonView jsonValue)
bool GetIncludeNullAndEmpty() const
KinesisSettings & WithStreamArn(Aws::String &&value)
KinesisSettings & WithIncludeTransactionDetails(bool value)
AWS_DATABASEMIGRATIONSERVICE_API KinesisSettings()
bool GetNoHexPrefix() const
bool GetIncludeTransactionDetails() const
void SetIncludeControlDetails(bool value)
void SetNoHexPrefix(bool value)
void SetStreamArn(const Aws::String &value)
KinesisSettings & WithPartitionIncludeSchemaTable(bool value)
KinesisSettings & WithServiceAccessRoleArn(const char *value)
bool GetIncludeTableAlterOperations() const
KinesisSettings & WithStreamArn(const Aws::String &value)
KinesisSettings & WithIncludeTableAlterOperations(bool value)
const MessageFormatValue & GetMessageFormat() const
KinesisSettings & WithServiceAccessRoleArn(Aws::String &&value)
bool PartitionIncludeSchemaTableHasBeenSet() const
void SetPartitionIncludeSchemaTable(bool value)
bool IncludeTableAlterOperationsHasBeenSet() const
KinesisSettings & WithMessageFormat(MessageFormatValue &&value)
void SetServiceAccessRoleArn(const Aws::String &value)
void SetStreamArn(Aws::String &&value)
void SetServiceAccessRoleArn(const char *value)
KinesisSettings & WithMessageFormat(const MessageFormatValue &value)
void SetIncludeNullAndEmpty(bool value)
KinesisSettings & WithIncludeNullAndEmpty(bool value)
bool IncludeControlDetailsHasBeenSet() const
bool GetPartitionIncludeSchemaTable() const
bool GetIncludePartitionValue() const
void SetMessageFormat(MessageFormatValue &&value)
KinesisSettings & WithIncludePartitionValue(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue