7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace DatabaseMigrationService
54 inline void SetServiceAccessRoleArn(
const char* value) { m_serviceAccessRoleArnHasBeenSet =
true; m_serviceAccessRoleArn.assign(value); }
71 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
86 inline void SetS3BucketFolder(
const char* value) { m_s3BucketFolderHasBeenSet =
true; m_s3BucketFolder.assign(value); }
100 inline void SetErrorRetryDuration(
int value) { m_errorRetryDurationHasBeenSet =
true; m_errorRetryDuration = value; }
113 inline void SetMaxFileSize(
int value) { m_maxFileSizeHasBeenSet =
true; m_maxFileSize = value; }
124 inline void SetMaxRetryCount(
int value) { m_maxRetryCountHasBeenSet =
true; m_maxRetryCount = value; }
137 inline void SetIamAuthEnabled(
bool value) { m_iamAuthEnabledHasBeenSet =
true; m_iamAuthEnabled = value; }
143 bool m_serviceAccessRoleArnHasBeenSet =
false;
146 bool m_s3BucketNameHasBeenSet =
false;
149 bool m_s3BucketFolderHasBeenSet =
false;
151 int m_errorRetryDuration;
152 bool m_errorRetryDurationHasBeenSet =
false;
155 bool m_maxFileSizeHasBeenSet =
false;
158 bool m_maxRetryCountHasBeenSet =
false;
160 bool m_iamAuthEnabled;
161 bool m_iamAuthEnabledHasBeenSet =
false;
bool MaxFileSizeHasBeenSet() const
const Aws::String & GetS3BucketName() const
NeptuneSettings & WithServiceAccessRoleArn(Aws::String &&value)
void SetS3BucketFolder(const char *value)
bool MaxRetryCountHasBeenSet() const
NeptuneSettings & WithIamAuthEnabled(bool value)
AWS_DATABASEMIGRATIONSERVICE_API NeptuneSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
NeptuneSettings & WithS3BucketFolder(Aws::String &&value)
void SetS3BucketFolder(Aws::String &&value)
const Aws::String & GetS3BucketFolder() const
bool S3BucketNameHasBeenSet() const
NeptuneSettings & WithMaxRetryCount(int value)
AWS_DATABASEMIGRATIONSERVICE_API NeptuneSettings(Aws::Utils::Json::JsonView jsonValue)
NeptuneSettings & WithS3BucketFolder(const Aws::String &value)
bool ServiceAccessRoleArnHasBeenSet() const
bool GetIamAuthEnabled() const
const Aws::String & GetServiceAccessRoleArn() const
NeptuneSettings & WithS3BucketName(const char *value)
NeptuneSettings & WithS3BucketName(const Aws::String &value)
void SetS3BucketName(const Aws::String &value)
void SetServiceAccessRoleArn(const Aws::String &value)
void SetS3BucketName(const char *value)
NeptuneSettings & WithMaxFileSize(int value)
void SetErrorRetryDuration(int value)
int GetMaxFileSize() const
void SetS3BucketName(Aws::String &&value)
NeptuneSettings & WithS3BucketName(Aws::String &&value)
bool IamAuthEnabledHasBeenSet() const
int GetMaxRetryCount() const
NeptuneSettings & WithS3BucketFolder(const char *value)
void SetIamAuthEnabled(bool value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATABASEMIGRATIONSERVICE_API NeptuneSettings()
void SetServiceAccessRoleArn(const char *value)
void SetServiceAccessRoleArn(Aws::String &&value)
bool ErrorRetryDurationHasBeenSet() const
void SetMaxFileSize(int value)
void SetS3BucketFolder(const Aws::String &value)
NeptuneSettings & WithErrorRetryDuration(int value)
bool S3BucketFolderHasBeenSet() const
NeptuneSettings & WithServiceAccessRoleArn(const Aws::String &value)
void SetMaxRetryCount(int value)
NeptuneSettings & WithServiceAccessRoleArn(const char *value)
int GetErrorRetryDuration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue