7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datasync/DataSync_EXPORTS.h>
42 template <
typename SubdirectoryT = Aws::String>
44 m_subdirectoryHasBeenSet =
true;
45 m_subdirectory = std::forward<SubdirectoryT>(value);
47 template <
typename SubdirectoryT = Aws::String>
60 template <
typename S3BucketArnT = Aws::String>
62 m_s3BucketArnHasBeenSet =
true;
63 m_s3BucketArn = std::forward<S3BucketArnT>(value);
65 template <
typename S3BucketArnT = Aws::String>
81 template <
typename BucketAccessRoleArnT = Aws::String>
83 m_bucketAccessRoleArnHasBeenSet =
true;
84 m_bucketAccessRoleArn = std::forward<BucketAccessRoleArnT>(value);
86 template <
typename BucketAccessRoleArnT = Aws::String>
98 bool m_subdirectoryHasBeenSet =
false;
99 bool m_s3BucketArnHasBeenSet =
false;
100 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