awsAccessKey = $awsAccessKey; } /** * @return AwsAccessKey */ public function getAwsAccessKey() { return $this->awsAccessKey; } /** * @param string */ public function setBucketName($bucketName) { $this->bucketName = $bucketName; } /** * @return string */ public function getBucketName() { return $this->bucketName; } /** * @param string */ public function setPath($path) { $this->path = $path; } /** * @return string */ public function getPath() { return $this->path; } /** * @param string */ public function setRoleArn($roleArn) { $this->roleArn = $roleArn; } /** * @return string */ public function getRoleArn() { return $this->roleArn; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AwsS3Data::class, 'Google_Service_Storagetransfer_AwsS3Data');