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
51 template<
typename StreamArnT = Aws::String>
52 void SetStreamArn(StreamArnT&& value) { m_streamArnHasBeenSet =
true; m_streamArn = std::forward<StreamArnT>(value); }
53 template<
typename StreamArnT = Aws::String>
77 template<
typename ServiceAccessRoleArnT = Aws::String>
78 void SetServiceAccessRoleArn(ServiceAccessRoleArnT&& value) { m_serviceAccessRoleArnHasBeenSet =
true; m_serviceAccessRoleArn = std::forward<ServiceAccessRoleArnT>(value); }
79 template<
typename ServiceAccessRoleArnT = Aws::String>
156 inline void SetIncludeNullAndEmpty(
bool value) { m_includeNullAndEmptyHasBeenSet =
true; m_includeNullAndEmpty = value; }
171 inline void SetNoHexPrefix(
bool value) { m_noHexPrefixHasBeenSet =
true; m_noHexPrefix = value; }
187 bool m_streamArnHasBeenSet =
false;
190 bool m_messageFormatHasBeenSet =
false;
193 bool m_serviceAccessRoleArnHasBeenSet =
false;
195 bool m_includeTransactionDetails{
false};
196 bool m_includeTransactionDetailsHasBeenSet =
false;
198 bool m_includePartitionValue{
false};
199 bool m_includePartitionValueHasBeenSet =
false;
201 bool m_partitionIncludeSchemaTable{
false};
202 bool m_partitionIncludeSchemaTableHasBeenSet =
false;
204 bool m_includeTableAlterOperations{
false};
205 bool m_includeTableAlterOperationsHasBeenSet =
false;
207 bool m_includeControlDetails{
false};
208 bool m_includeControlDetailsHasBeenSet =
false;
210 bool m_includeNullAndEmpty{
false};
211 bool m_includeNullAndEmptyHasBeenSet =
false;
213 bool m_noHexPrefix{
false};
214 bool m_noHexPrefixHasBeenSet =
false;
216 bool m_useLargeIntegerValue{
false};
217 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