7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
9#include <aws/dms/model/MessageFormatValue.h>
20namespace DatabaseMigrationService {
45 template <
typename StreamArnT = Aws::String>
47 m_streamArnHasBeenSet =
true;
48 m_streamArn = std::forward<StreamArnT>(value);
50 template <
typename StreamArnT = Aws::String>
66 m_messageFormatHasBeenSet =
true;
67 m_messageFormat = value;
83 template <
typename ServiceAccessRoleArnT = Aws::String>
85 m_serviceAccessRoleArnHasBeenSet =
true;
86 m_serviceAccessRoleArn = std::forward<ServiceAccessRoleArnT>(value);
88 template <
typename ServiceAccessRoleArnT = Aws::String>
106 m_includeTransactionDetailsHasBeenSet =
true;
107 m_includeTransactionDetails = value;
124 m_includePartitionValueHasBeenSet =
true;
125 m_includePartitionValue = value;
145 m_partitionIncludeSchemaTableHasBeenSet =
true;
146 m_partitionIncludeSchemaTable = value;
164 m_includeTableAlterOperationsHasBeenSet =
true;
165 m_includeTableAlterOperations = value;
182 m_includeControlDetailsHasBeenSet =
true;
183 m_includeControlDetails = value;
199 m_includeNullAndEmptyHasBeenSet =
true;
200 m_includeNullAndEmpty = value;
220 m_noHexPrefixHasBeenSet =
true;
221 m_noHexPrefix = value;
236 m_useLargeIntegerValueHasBeenSet =
true;
237 m_useLargeIntegerValue = value;
251 bool m_includeTransactionDetails{
false};
253 bool m_includePartitionValue{
false};
255 bool m_partitionIncludeSchemaTable{
false};
257 bool m_includeTableAlterOperations{
false};
259 bool m_includeControlDetails{
false};
261 bool m_includeNullAndEmpty{
false};
263 bool m_noHexPrefix{
false};
265 bool m_useLargeIntegerValue{
false};
266 bool m_streamArnHasBeenSet =
false;
267 bool m_messageFormatHasBeenSet =
false;
268 bool m_serviceAccessRoleArnHasBeenSet =
false;
269 bool m_includeTransactionDetailsHasBeenSet =
false;
270 bool m_includePartitionValueHasBeenSet =
false;
271 bool m_partitionIncludeSchemaTableHasBeenSet =
false;
272 bool m_includeTableAlterOperationsHasBeenSet =
false;
273 bool m_includeControlDetailsHasBeenSet =
false;
274 bool m_includeNullAndEmptyHasBeenSet =
false;
275 bool m_noHexPrefixHasBeenSet =
false;
276 bool m_useLargeIntegerValueHasBeenSet =
false;
bool IncludePartitionValueHasBeenSet() const
const Aws::String & GetStreamArn() const
KinesisSettings & WithUseLargeIntegerValue(bool value)
KinesisSettings & WithServiceAccessRoleArn(ServiceAccessRoleArnT &&value)
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)
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 GetUseLargeIntegerValue() const
bool IncludeTransactionDetailsHasBeenSet() const
KinesisSettings & WithStreamArn(StreamArnT &&value)
void SetIncludePartitionValue(bool value)
AWS_DATABASEMIGRATIONSERVICE_API KinesisSettings()=default
const Aws::String & GetServiceAccessRoleArn() const
bool ServiceAccessRoleArnHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API KinesisSettings(Aws::Utils::Json::JsonView jsonValue)
bool GetIncludeNullAndEmpty() const
void SetUseLargeIntegerValue(bool value)
KinesisSettings & WithMessageFormat(MessageFormatValue value)
KinesisSettings & WithIncludeTransactionDetails(bool value)
bool GetNoHexPrefix() const
void SetMessageFormat(MessageFormatValue value)
bool GetIncludeTransactionDetails() const
void SetIncludeControlDetails(bool value)
void SetNoHexPrefix(bool value)
KinesisSettings & WithPartitionIncludeSchemaTable(bool value)
bool GetIncludeTableAlterOperations() const
KinesisSettings & WithIncludeTableAlterOperations(bool value)
bool PartitionIncludeSchemaTableHasBeenSet() const
void SetPartitionIncludeSchemaTable(bool value)
bool IncludeTableAlterOperationsHasBeenSet() const
void SetStreamArn(StreamArnT &&value)
void SetServiceAccessRoleArn(ServiceAccessRoleArnT &&value)
MessageFormatValue GetMessageFormat() const
void SetIncludeNullAndEmpty(bool value)
KinesisSettings & WithIncludeNullAndEmpty(bool value)
bool IncludeControlDetailsHasBeenSet() const
bool GetPartitionIncludeSchemaTable() const
bool GetIncludePartitionValue() const
KinesisSettings & WithIncludePartitionValue(bool value)
bool UseLargeIntegerValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue