7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
19namespace DatabaseMigrationService {
42 template <
typename ServiceAccessRoleArnT = Aws::String>
44 m_serviceAccessRoleArnHasBeenSet =
true;
45 m_serviceAccessRoleArn = std::forward<ServiceAccessRoleArnT>(value);
47 template <
typename ServiceAccessRoleArnT = Aws::String>
61 template <
typename Endpo
intUriT = Aws::String>
63 m_endpointUriHasBeenSet =
true;
64 m_endpointUri = std::forward<EndpointUriT>(value);
66 template <
typename Endpo
intUriT = Aws::String>
85 m_fullLoadErrorPercentageHasBeenSet =
true;
86 m_fullLoadErrorPercentage = value;
102 m_errorRetryDurationHasBeenSet =
true;
103 m_errorRetryDuration = value;
121 m_useNewMappingTypeHasBeenSet =
true;
122 m_useNewMappingType = value;
134 int m_fullLoadErrorPercentage{0};
136 int m_errorRetryDuration{0};
138 bool m_useNewMappingType{
false};
139 bool m_serviceAccessRoleArnHasBeenSet =
false;
140 bool m_endpointUriHasBeenSet =
false;
141 bool m_fullLoadErrorPercentageHasBeenSet =
false;
142 bool m_errorRetryDurationHasBeenSet =
false;
143 bool m_useNewMappingTypeHasBeenSet =
false;
ElasticsearchSettings & WithServiceAccessRoleArn(ServiceAccessRoleArnT &&value)
AWS_DATABASEMIGRATIONSERVICE_API ElasticsearchSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUseNewMappingType(bool value)
bool ErrorRetryDurationHasBeenSet() const
void SetEndpointUri(EndpointUriT &&value)
void SetFullLoadErrorPercentage(int value)
bool EndpointUriHasBeenSet() const
bool UseNewMappingTypeHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API ElasticsearchSettings()=default
int GetFullLoadErrorPercentage() const
AWS_DATABASEMIGRATIONSERVICE_API ElasticsearchSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetEndpointUri() const
ElasticsearchSettings & WithFullLoadErrorPercentage(int value)
int GetErrorRetryDuration() const
void SetServiceAccessRoleArn(ServiceAccessRoleArnT &&value)
ElasticsearchSettings & WithUseNewMappingType(bool value)
void SetErrorRetryDuration(int value)
bool ServiceAccessRoleArnHasBeenSet() const
ElasticsearchSettings & WithErrorRetryDuration(int value)
bool FullLoadErrorPercentageHasBeenSet() const
bool GetUseNewMappingType() const
const Aws::String & GetServiceAccessRoleArn() const
ElasticsearchSettings & WithEndpointUri(EndpointUriT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue