$v) { $this->{$k} = $v; } } } /** * @return string */ public function getAccessKeyId() { return $this->accessKeyId; } /** * @return string */ public function getAccessKeySecret() { return $this->accessKeySecret; } /** * @return string */ public function getSecurityToken() { return $this->securityToken; } /** * @return int */ public function getExpiration() { return $this->expiration; } /** * @return string */ public function getProviderName() { return $this->providerName; } }