3 declare(strict_types=1);
85 if (is_null($this->type)) {
87 $data = $this->
raw(self::FIELD_TYPE);
91 $this->type = (string) $data;
105 if (is_null($this->accessKey)) {
107 $data = $this->
raw(self::FIELD_ACCESS_KEY);
108 if (is_null($data)) {
111 $this->accessKey = (string) $data;
125 if (is_null($this->accessSecret)) {
127 $data = $this->
raw(self::FIELD_ACCESS_SECRET);
128 if (is_null($data)) {
131 $this->accessSecret = (string) $data;
145 if (is_null($this->queueUrl)) {
147 $data = $this->
raw(self::FIELD_QUEUE_URL);
148 if (is_null($data)) {
151 $this->queueUrl = (string) $data;
165 if (is_null($this->region)) {
167 $data = $this->
raw(self::FIELD_REGION);
168 if (is_null($data)) {
171 $this->region = (string) $data;
185 if (is_null($this->authenticationMode)) {
187 $data = $this->
raw(self::FIELD_AUTHENTICATION_MODE);
188 if (is_null($data)) {
191 $this->authenticationMode = (string) $data;