7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
19namespace DatabaseMigrationService {
42 template <
typename S3BucketPathT = Aws::String>
44 m_s3BucketPathHasBeenSet =
true;
45 m_s3BucketPath = std::forward<S3BucketPathT>(value);
47 template <
typename S3BucketPathT = Aws::String>
60 template <
typename S3BucketRoleArnT = Aws::String>
62 m_s3BucketRoleArnHasBeenSet =
true;
63 m_s3BucketRoleArn = std::forward<S3BucketRoleArnT>(value);
65 template <
typename S3BucketRoleArnT = Aws::String>
75 bool m_s3BucketPathHasBeenSet =
false;
76 bool m_s3BucketRoleArnHasBeenSet =
false;
AWS_DATABASEMIGRATIONSERVICE_API SCApplicationAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3BucketPathHasBeenSet() const
const Aws::String & GetS3BucketRoleArn() const
const Aws::String & GetS3BucketPath() const
void SetS3BucketPath(S3BucketPathT &&value)
bool S3BucketRoleArnHasBeenSet() const
SCApplicationAttributes & WithS3BucketRoleArn(S3BucketRoleArnT &&value)
void SetS3BucketRoleArn(S3BucketRoleArnT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATABASEMIGRATIONSERVICE_API SCApplicationAttributes(Aws::Utils::Json::JsonView jsonValue)
SCApplicationAttributes & WithS3BucketPath(S3BucketPathT &&value)
AWS_DATABASEMIGRATIONSERVICE_API SCApplicationAttributes()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue