7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename SubdirectoryT = Aws::String>
49 void SetSubdirectory(SubdirectoryT&& value) { m_subdirectoryHasBeenSet =
true; m_subdirectory = std::forward<SubdirectoryT>(value); }
50 template<
typename SubdirectoryT = Aws::String>
60 template<
typename S3BucketArnT = Aws::String>
61 void SetS3BucketArn(S3BucketArnT&& value) { m_s3BucketArnHasBeenSet =
true; m_s3BucketArn = std::forward<S3BucketArnT>(value); }
62 template<
typename S3BucketArnT = Aws::String>
75 template<
typename BucketAccessRoleArnT = Aws::String>
76 void SetBucketAccessRoleArn(BucketAccessRoleArnT&& value) { m_bucketAccessRoleArnHasBeenSet =
true; m_bucketAccessRoleArn = std::forward<BucketAccessRoleArnT>(value); }
77 template<
typename BucketAccessRoleArnT = Aws::String>
83 bool m_subdirectoryHasBeenSet =
false;
86 bool m_s3BucketArnHasBeenSet =
false;
89 bool m_bucketAccessRoleArnHasBeenSet =
false;
void SetSubdirectory(SubdirectoryT &&value)
ReportDestinationS3 & WithS3BucketArn(S3BucketArnT &&value)
void SetBucketAccessRoleArn(BucketAccessRoleArnT &&value)
bool BucketAccessRoleArnHasBeenSet() const
void SetS3BucketArn(S3BucketArnT &&value)
bool SubdirectoryHasBeenSet() const
const Aws::String & GetSubdirectory() const
ReportDestinationS3 & WithBucketAccessRoleArn(BucketAccessRoleArnT &&value)
const Aws::String & GetS3BucketArn() const
AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3BucketArnHasBeenSet() const
ReportDestinationS3 & WithSubdirectory(SubdirectoryT &&value)
AWS_DATASYNC_API ReportDestinationS3()=default
const Aws::String & GetBucketAccessRoleArn() const
AWS_DATASYNC_API ReportDestinationS3 & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATASYNC_API ReportDestinationS3(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue