awsAccount = $awsAccount; } /** * @return GooglePrivacyDlpV2AwsAccount */ public function getAwsAccount() { return $this->awsAccount; } /** * @param string */ public function setBucketName($bucketName) { $this->bucketName = $bucketName; } /** * @return string */ public function getBucketName() { return $this->bucketName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2AmazonS3Bucket::class, 'Google_Service_DLP_GooglePrivacyDlpV2AmazonS3Bucket');