3 declare(strict_types=1);
33 private $accessSecret;
45 private $authenticationMode;
55 return $this->accessKey;
66 return $this->accessSecret;
77 return $this->topicArn;
88 return $this->authenticationMode;
97 $this->accessKey = $accessKey;
108 $this->accessSecret = $accessSecret;
119 $this->topicArn = $topicArn;
130 $this->authenticationMode = $authenticationMode;
142 $this->authenticationMode